473,799 Members | 3,390 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

365 Contributor
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.
Oct 24 '09 #1
6 2800
tvnaidu
365 Contributor
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
Oct 24 '09 #2
Dormilich
8,658 Recognized Expert Moderator Expert
you could try the DOM Conformance Test Suites, although I doubt there are scripts that really stress your system (besides memory leakage)
Oct 24 '09 #3
tvnaidu
365 Contributor
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,
Oct 24 '09 #4
Dormilich
8,658 Recognized Expert Moderator Expert
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)
Oct 24 '09 #5
tvnaidu
365 Contributor
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?
Oct 24 '09 #6
Dormilich
8,658 Recognized Expert Moderator Expert
@tvnaidu
quite unusual for a client computer not to have JRE installed…

@tvnaidu
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).

@tvnaidu
then a javascript stress test is futile, because it only may affect the client computer
Oct 25 '09 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
8487
by: bbxrider | last post by:
i have 2 radio buttons 1 for yes and 1 for no, it is mandatory for one to be checked, and am purposely leaving both blank on the page when i tested for .value, when neither was checked, an alert message comes back with literally 'undetermined', and i get the message 2x, once for each button alert("empty prevVolunteer is " + e.value); i.e, the text in the message box is "empty prevVolunteer undetermined" i haven't found anything...
4
8407
by: VK | last post by:
09/30/03 Phil Powell posted his "Radio buttons do not appear checked" question. This question led to a long discussion about the naming rules applying to variables, objects, methods and properties in JavaScript/JScript and HTML/XML elements. Without trying to get famous :-) but thinking it would be interesting to others I decided to post the following summary: 1. Variable names in JavaScript/JScript
12
6559
by: Kevin Lyons | last post by:
Hello, I am trying to get my select options (courses) passed correctly from the following URL: http://www.dslextreme.com/users/kevinlyons/selectBoxes.html I am having difficulty getting the courses to pass the correct option value and then be displayed at the following URL: http://www.dslextreme.com/users/kevinlyons/selectResults.html I am passing countries, products, and courses. The first two display
32
2175
by: Ed Jay | last post by:
A complete js newbie is asking this question: I have a form comprised of several questions, each answered with a radio button. I'd like to use onClick to bring up additional text at the end of the form (not in a text box). I've tried using document.write("yada"), but it clears the page before showing the text. How can I do it? BTW, I'm currently using js in conjunction with CSS to unhide the text. This works fine, except it requires...
3
1751
by: Rick | last post by:
Hello, I ran Microsoft's free "Web Application Stress" tool to see how asp.net/c# performed against html. Are these results typical? Network: WAS ran on a server with a t3 Internet connection to the test server. Test Server: Windows 2000 SP 4
4
12431
by: martin carmichael | last post by:
Hello, I am wondering how aspnet developers do their web stress on ASPNET apps .. I would like to run mine with apache JMeter, a well-known open source tool. Unfortunately, it does not works well with ASPNET, I think maybe because postback in the dotnet area are not the same as in the html/java/cgi-bin traddition.
11
3197
by: nickyeng | last post by:
I have a html file contains a form asking user to select a choice and press enter to pass the data to server. In server there, i have a cgi script(C language) that accepts the input from browser and then output a html page to browser. The browser should open the page, but it didn't, instead, it prompt me to save the file(.cgi file i requested in form method).... how that happens? i want to display the html file that the script output...
2
5089
by: emily224 | last post by:
Hello, I have been trying to understand this source code, which I retreived from my online course test. I would like to know how to find the answer for the question on the test. Im sure the answer must be embedded somewhere in the source code, and I would like to know if anyone knows where to find the correct answer. I would greatly appreciate it!! Thanks!! <!--put the preloads file here as it must load before the website class...
4
68275
by: emily224 | last post by:
Hello, I have been trying to understand this source code, which I retreived from my online course test. I would like to know how to find the answer for the question on the test. Im sure the answer must be embedded somewhere in the source code, and I would like to know if anyone knows where to find the correct answer. I would greatly appreciate it!! Thanks!!
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10488
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10029
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9077
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7567
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6808
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.