Explain the use of action split in qtp?
Answer / Pankaj Nayak
Action Split in QTP is used to break down complex actions into smaller, manageable parts. This helps improve test readability and maintenance by reducing the size and complexity of individual scripts. Action split also allows for the reuse of common actions across different test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is checkpoint in qtp?
What are the different kinds of test steps?
what are recovery management techiniques?
hw to create a frame work in qtp..what are the basic steps
what is the test process followed for your project?
How to make arguments optional in a function?
how do u handle an object with out name in our application using QTP 9.2?
WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
What are the types of object repository in qtp?
How many function you use in your application?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
What is the difference between Datadriven and Parameterization?