I'm using jmeter for performance testing.I used Selenium for functional testing.I want to test 10 users access same login page at same time.I can do that with jmeter. I want to open 10 browsers at same time(like selenium )and display on screen,can I do that using jmeter??Is there any plugin that I can use for this??

thanxxx

link|improve this question

0% accept rate
feedback

2 Answers

BadBoy may be useful for you here: http://www.badboy.com.au/

It's free software that records your actions, which you can then export to a jmx file to run as a test script.

link|improve this answer
thnxxx,Can I opened 10 browsers at a time using badboy?? – 123Ex Dec 21 '10 at 9:57
It can...you'd need to specify the target window as _blank – BlackGaff Dec 21 '10 at 15:57
feedback

Curious...what scenario are you testing that needs ten browsers open on the same machine at once?

Jmeter can't do this, as Jmeter itself is the emulated browser. You could open ten JMeter instances, but that would give you the same effect as having ten threads in a single script.

Now, if you need ten browsers on ten different machines, then Jmeter CAN do this using Remote Mode.

link|improve this answer
thanxx for response.I'm trying load testing now,So is there any other tool that can use to open ten browsers in same machine?? – 123Ex Dec 22 '10 at 4:36
1  
Still curious...what scenario are you trying to test?? I would check out this list: en.wikipedia.org/wiki/List_of_GUI_testing_tools. – BlackGaff Dec 22 '10 at 15:48
testPartner would launch ten browsers at once – BlackGaff Jan 27 '11 at 17:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.