Connecting Tech Pros Worldwide Forums | Help | Site Map

Any stress test html script to test web page contains few radio buttons and apply

Member
 
Join Date: Oct 2009
Posts: 118
#1: Oct 24 '09
Hi:
Any stress test html script to test web page contains few radio buttons and apply. I have web page contains 8 radio buttons, just select on / off using radio button, then at the bottom, click on "apply", I need some script to do this overnight to stress the system, please let me know if any script availbale, appreciated.

TV.

Member
 
Join Date: Oct 2009
Posts: 118
#2: Oct 24 '09

re: Any stress test html script to test web page contains few radio buttons and apply


my web page looks like this, here for each plug, I have to select ON or OFF using radio button infornt of ON/OFF, then click on apply. looking for some simple stress test script to run the test over night to stress the system.

plug1 O ON O OFF
plug2 O ON O OFF
plug3 O ON O OFF
plug4 O ON O OFF

apply
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,662
#3: Oct 24 '09

re: Any stress test html script to test web page contains few radio buttons and apply


you could try the DOM Conformance Test Suites, although I doubt there are scripts that really stress your system (besides memory leakage)
Member
 
Join Date: Oct 2009
Posts: 118
#4: Oct 24 '09

re: Any stress test html script to test web page contains few radio buttons and apply


Thanks.

I can see 6 DOM modules, if I download those are jar files, do I have to install on windows host and run the test on target ( my target IP addr is: 192.168.0.10, if I want to stress on status.htm, should be 192.168.0.10/status.htm)

Can I get some exe files instead jar to install on windows,
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,662
#5: Oct 24 '09

re: Any stress test html script to test web page contains few radio buttons and apply


1. .jar files work on any system having the JRE installed (including Windows)
2. you can’t do a Javascript stress test on the server. (because Javascript is a client side application)
Member
 
Join Date: Oct 2009
Posts: 118
#6: Oct 24 '09

re: Any stress test html script to test web page contains few radio buttons and apply


Thanks. I don't have JRE installed, I think I can download and run that.

Basically I need to test one web page running on small microcontroller (web server running), I need to test the page which contains few radio buttons and click on apply. need to do stress test. because manually when I test many times, sometimes I can see sometimes few lines missing, or half missing, when I load continuosly, not sure web page had issue or web server on micxrocontroler cannot handle that?.

I don't have any javascript in that web page, just polain html code to select few buttons, not sure whether I can provision this jar file to select radio buttons randomly and click on apply each time for overnight?
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,662
#7: Oct 25 '09

re: Any stress test html script to test web page contains few radio buttons and apply


Quote:

Originally Posted by tvnaidu View Post

Thanks. I don't have JRE installed, I think I can download and run that.

quite unusual for a client computer not to have JRE installed…

Quote:

Originally Posted by tvnaidu View Post

need to do stress test. because manually when I test many times, sometimes I can see sometimes few lines missing, or half missing, when I load continuosly, not sure web page had issue or web server on micxrocontroler cannot handle that?.

you can let javascript do the clicking for you… but how will you record the results?

if you don’t have Javascript on the page, all errors must be the result of the server script (unless you have packet loss).

Quote:

Originally Posted by tvnaidu View Post

I don't have any javascript in that web page, just polain html code to select few buttons

then a javascript stress test is futile, because it only may affect the client computer
Reply