Peoplesoft Test Framework + Browser.Start closing old browser windows
Hi,
I have a test (Test A) wherein I have to keep the current browser instance open and call another test (Test that needs to execute in a new browser instance. Once Test B executes, the control goes back to Test A
I have tried the step of Browser.WaitForNew in Test A so that it opens a new browser instance and then called Test.Exec (Test but this step does not do anything and it times out after 50 sec.
Also, Test B has to start the login as it has to execute with different login credentials compared to Test A, but the moment Test B executes step : Browser.Start, it closes all old browser instances.