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 |
DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
How to capture text from image to word
How will internal and external links be validated and updated? how often?
hai friends i'm learning qtp now where we r using only record &playback frame work.and people r saying in realtime they won't use this frame work. if so what frame work actually using in realtime .and could you give explanation comaparing the record &play back fm and what ever FWyou r using in your organization. hoping cool response. thanx in advance
what is risks of testing a project?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is the XML file architecture ?
Define Error Pane of UFT?
How will you test a stapler?
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
How would you export a script from one pc to another in qtp?
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.