In QTP what is the difference between Step-in, Step-out,
Step-over ?
Answer Posted / ajreddy
DEBUGGING MODES
step in :
it can be used to execute the current line of the script. if
the current line is function or method than it call the
function or method but it vl not run.
step out:
it can be used to execute the function or method which is
called step into mode
step over:
it can be used to execute the current line of the script. if
the current line is function or method than it call the
function or method and execute that function
note: initially in design time step in only enable,
remaining 2 modes r disable. when ever vl select step in
mode than automatically remaining modes r enabled.
i think u cleared
AJreddy
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Suppose I want fail that check point? How can you do that?
i can done the project with QTP in that time i can say how many members in my team size?
What are the types of object repository?
can the activities of test case design be automated?
can i compare two databases using QTP ?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
what type of framework u r using in ur organization
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What is test object model in quicktest professional (qtp)?
Describe how Smart Identification is used
Diff b/w test scenario's and test Procedures?
how to write xml output check point bu useing descriptive programing .means without useing output check point
What is the syntax for how to call one script from another?
What are the different types of recording modes in qtp? Which will be used when?
What is the meaning Work bench?