What is Performance testing?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai.....
Timing for both read and update transactions should be
gathered to determine whether system functions are being
performed in an acceptable timeframe. This should be done
standalone and then in a multi user environment to
determine the effect of multiple transactions on the timing
of a single transaction.
K,Byeee...
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shyam g
Verifying the efficiency,characteristics of an applition
like load,Response time and resource consumption...etc
Is This Answer Correct ? | 0 Yes | 0 No |
How to convert manual test cases to automated testcases
If QTP not recognizing using repository while executing, how can we go forward
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
What is the diffrence bettween QTP 9.0 and QTP 9.1?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
What is driver script and driver script in qtp frame work????
How to Creating an Output Value using QTP?
what is impact analysis on regression testing?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
Could you please explain me about QTP framework.
how can you select random value for every iteration from a weblist
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting