Forum Discussion

Rajdeephere's avatar
Rajdeephere
New Contributor
11 years ago

how many maximum session of a particular browser can be opened using testcomplete

Hi ,

 

I wanted to simulate the scenario where multiple users can login to the same portal on same browser. That means I wanted to see the number of concurrent  active users on the my application .

 

Only Problem is that , my application use to take the user and password from the browser history and for next time login , its not asking for the login credential.

So how to deal with such situation .

 

Thanks in advance..!

 

 

 

 

1 Reply

  • I suppose it is better to use LoadUI or LoadComplete for such task.

    But if you really need to do it using TestComplete then make sure you are now telling your web portal to save your login. If it does not give you such option then try to start new browser process instead of new tab / window of the same browser process by using command Win32API.WinExec(_path_to_browser_executable_, SW_SHOW)