what are the drawbacks for record and payback in qtp
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
1. If the objects in the application are dynamic, then
record and playback is not useful.
2. we cannot insert conditional and loop statements if it
is only record and playback.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / shyam.meghansh
Each and every time you can’t record the application and
run it.
Once if u have recorded them u will not able to replay it
properly, some times u may get problems with the time of
execution, some the object is not enabled etc etc….
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / aiswaryan
1)If you are recording large apllication then QTP need to
store more number of objects in object repository. It will
make the run session very slow. since QTP has to to search
for the particular object from a larger one.
2) you cannot enhance your script in record mode.
| Is This Answer Correct ? | 1 Yes | 1 No |
How to analyzing test results using quicktest professional (qtp)?
What is the difference between Global and Local Data Sheets?
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
What are the different types of recovery operation?
Can any one give me some basic VB script used in QTP ?As i am new in QTP.Give sample VB script used in QTP? PLZ
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
What are the main features we have to compulsory test by using qtp in an web based application
Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance
how to change the properties of object during run time . plz give the code using flight reservation
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
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