GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Common
Go To First  |  Previous Question  |  Next Question 
 Common  |  Question 200 of 248    Print  
Working of Step In, Step Out, Step Over in QTP.
How to use step in, step out & step over in QTP. what's the difference between these three functions ?


  
Total Answers and Comments: 2 Last Update: April 19, 2008     Asked by: Elango_be 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 21, 2008 08:11:41   #1  
chandusep Member Since: February 2008   Contribution: 2    

RE: Working of Step In, Step Out, Step Over in QTP.

There are 3 types of Step Command.
1) Step In: It is used for executing a single statement if that statement is a function call or action call then it will step into that function or action

2) Step Out : It is used for executing all the remaining statement in that in that function call or action from the position of pointer

3) Step Over :It is used for executing a single statement if that statement is a function call or action call then it will execute the complete block of statements once present in the function/action


 
Is this answer useful? Yes | No
April 19, 2008 16:45:55   #2  
samisalona Member Since: April 2008   Contribution: 9    

RE: Working of Step In, Step Out, Step Over in QTP.
Step Into
Choose Debug > Step Into click the Step Into button or press F11 to run only the current line of the active test or function library. If the current line of the active test or function library calls another action or a function the called action/function is displayed in the QuickTest window and the test or function library pauses at the first line of the called action/function.

Step Out
Choose Debug > Step Out click the Step Out button or press SHIFT+F11 only after using Step Into to enter an action or a user-defined function. Step Out runs to the end of the called action or user-defined function then returns to the calling test or function library and pauses the run session.

Step Over
Choose Debug > Step Over click the Step Over button or press F10 to run only the current step in the active test or function library. When the current step calls another action or a user-defined function the called action or function is executed in its entirety but the called action or function script is not displayed in the QuickTest window.


 
Is this answer useful? Yes | No

 Related Questions

What is the purpose of software testing's - Bug removal, System's functionality working, quality or all?

Latest Answer : The answer to this question depends on the vantage point you are taking.  From a software company's point of view, quality is conformance to requirements and specifications.  From a Quality Assurance point of view, quality is the ...

Is there any difference between testing strategies for a product and a project separately?Can A tester who is working for a project based company, switch to product based company?what are the necessary things to learn to test a product apart from project?

How to use step in, step out & step over in QTP. what's the difference between these three functions ? 
Latest Answer : Step IntoChoose Debug > Step Into, click the Step Into button, or press F11 to run only the current line of the active test or function library. If the current line of the active test or function library calls another action or a function, the called ...

What is the most important step of the SDLC? Why? 
Latest Answer : Each and every phases is very important in SDLC. If initial phases Requirement Gathering and Analysis, System Specification is clear cut, then all phases could be simple ...


 Sponsored Links

 
Related Articles

ODP.NET - Working with OracleDataAdapter with OracleCommand

ODP NET Working with OracleDataAdapter together with OracleCommand In the previous examples we worked with OracleDataAdapter by directly specifying SQL statements You can also pass OracleCommand to OracleDataAdapter This is very useful if you deal with stored procedures covered in Chapter 5 or bind
 

ODP.NET - Working with Bind Variables together with OracleParameter

ODP NET Working with Bind Variables together with OracleParameter With the help of OracleParameter you can include bind variables within any SQL statement These bind variables are nothing but run time query parameters The values in the SQL statement are bound at run time when we use bind variables m
 

ODP.NET - Handling Nulls when Working with OracleDataReader

ODP NET Handling Nulls when Working with OracleDataReader When we work with OracleDataReader or for that matter even with data rows in a data table we may come across nulls The following is the efficient way to deal in with such scenarios mosgoogle geshibot language VB NET" create connect
 

ODP.NET - Working with DataTableReader

ODP NET Working with DataTableReader DataTableReader is complementary to a DataTable object and is mainly used as a type of Data Reader in the disconnected mode The following is the modified code mosgoogle geshibot language VB NET" create connection to db Dim cn As New OracleConnection D
 

Step by Step Oracle PL-SQL Tutorial

This introductory tutorial to PL SQL will help you to understand the basic concepts of PL SQL Please review the following tutorials and practice the sample SQL Statements on your local Oracle Database Please note that you must learn these basic things before we actually start getting in to Advanced
 

Working with XML in C

Working with XML in C The Role of XML with C The Extensive Markup Language has changed the way in which information is being viewed and exchanged Users can share their sensitive documents on the World Wide Web by declaring what is theirs for EDI or Electronic Data Interchange data publishing a data
 

Working with XML in Perl

Working with XML in Perl Extensive Markup language or the XML is a sort of data storage; it is very structured and mapped out There are two most important aspects of XML that has to be covered one is writing in XML and reading it out in XML Parsers have already been created in XML and knowing how t
 

Working with XML in Python

Working with XML in Python The Extensive Markup Language and Python are two very different platforms Python is a programming language and XML is a standards oriented language document Python is a full fledged programming language which has its roots deep in scripts and also has matured over a period
 

Working with XML in Flash

Working with XML in Flash To integrate an XML document with Flash we need an XML document that works with Flash one that can set up the visual movements of the action movie and define the script that will be used for the code of the action movie mosgoogle center How do We Integrate XML and Macromed
 

Working with XML in Oracle

Working with XML in Oracle Introduction to XML Extensive markup language is the language which presents data in a human readable form of text The data can be anything from a purchase order or a stock quote or weather radar or a flight schedule it can be represented using XML XML is very similar to H
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape