|
I have encountered a problem with ExecuteWithReport()
I have a 64 bit test, I have tried both MS Test and NUnit running 64 bit application.
Test runs selenium and performs a simple login to a web site.
When I run the test using .Execute() the test performs successfully.
When I attempt to run with ExecuteWithReport() I get the following error:
Test method StoryQTestClass.UserLogin threw exception: System.ArgumentNullException: Value cannot be null.Parameter name: value
System.Xml.Linq.XAttribute.ctor(XName name,Object value)StoryQ.Execution.Rending.XmlCategoriser.GetOrCreateElementForMethodInfo(MethodBase categoriser)StoryQ.Execution.Rending.XmlCategoriser.GetRenderer(MethodBase categoriser)StoryQ.Infrastructure.FrameBase.ExecuteWithReport(MethodBase
currentMethod)
Before I tear into debugging the StoryQ.dll I was wondering if anyone has encountered this ans has a fix or work around.
Thanks
Joe
|