Test 2 browsers(either IE or firefox) concurrently
Hi,
How can i open 2 browsers at the same time and test within one test script?
I want to test concurrency within 2 browsers.
I am able to work as using one browser as IE and other as firefox, how to open both in IE or firefox. I am trying some thing like this:
selenium.open("localhost",4444,"*iexplore",url)
selenium1.open("localhost",4444,"*iexplore",url1)
But only one IE is opening.
but when i use different then it is working fine.
How can i open 2 browsers at the same time and test within one test script?
I want to test concurrency within 2 browsers.
I am able to work as using one browser as IE and other as firefox, how to open both in IE or firefox. I am trying some thing like this:
selenium.open("localhost",4444,"*iexplore",url)
selenium1.open("localhost",4444,"*iexplore",url1)
But only one IE is opening.
but when i use different then it is working fine.
0