Hi everyone
I have an Forms app, which at startup collects a lot of info via 5 different pages like a wizard. This also means that every time I want to test some of the main logic pages, the test needs to go through these 5 pages EVERY time and that takes a lot of time.
Is is possible in someway to "hack" this ie. by setting the variables in the Forms project via a global method? I tried to make a reference to the Forms project from the UITest project, but that resulted in an strange error and seemed like a no-go ...
How does other people solve this? I know the "wizard" needs to be tested also, but I don't need it on every test spec ;-)
Cheers,
Kent