Hello,
I would like to be able to create a test project that contains a number of common tests, such as logging into our server, logging out, etc. I'm currently calling external test code like this:
ArtOfTest.WebAii.Design.Execution.RunHelper.Test(@"c:\TestProjectDir\InvalidDataInput.tstest", @"c:\TestProjectDir\bin\debug\TestProject.dll")
So far, this works. However, I have a few questions I need answered before I can make the most out of this functionality.
1. Calling external test code launches the test in a new browser window. Is there a way to make external test code act within the same browser as the test that called it?
2. Can arguments be passed to an external test?
Thanks!
I would like to be able to create a test project that contains a number of common tests, such as logging into our server, logging out, etc. I'm currently calling external test code like this:
ArtOfTest.WebAii.Design.Execution.RunHelper.Test(@"c:\TestProjectDir\InvalidDataInput.tstest", @"c:\TestProjectDir\bin\debug\TestProject.dll")
So far, this works. However, I have a few questions I need answered before I can make the most out of this functionality.
1. Calling external test code launches the test in a new browser window. Is there a way to make external test code act within the same browser as the test that called it?
2. Can arguments be passed to an external test?
Thanks!