How to do Laod testing for web based Application?
Answer / ankit srivastav
1. Recording a scenerio in QTP of my web based application.
2. Make 100 copies of that scenerio and run the test (scenerio run for 100 times)
3. In that case, do the load of application on server.
4. The basic logic of running the copy 100 times is to create same scenerio as if 100 users were working.
| Is This Answer Correct ? | 0 Yes | 0 No |
When we try to use test run option "Run from Step", the browser is not launching automatically why?
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
What is text/text area checkpoint?
How do u write a regular expression for date (dd/mm/yyyy) field ?
How to carry out bit map check points in QTP
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
What are the features and benefits of Quick Test Pro(QTP)?
IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
How to creating an output value using quicktest professional (qtp)?
Can we set a timeout for the msgbox.I want the msgbox to disappear after 2 seconds during the script execution without clicking on the OK button manually.