Why we have to split actions in a test?
Answers were Sorted based on User's Feedback
Answer / sreekanth chilam
To achieve more efficiency.
To achieve Modularity.
To decrease code complexity.
if we splitted,then We can make any action as resuable at
any time & we can copy or call that actions easily whenever
required.
we can run each action rather than entire test ..by
using "Run from Step" in any action.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vengi
susposeIf there is three actions ,then split these three
actions by right click on mouse and select split action for
make actions as reusable action and call them when your
wantand also call them by call to existing action
if it is wrong plese correct it
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / uday kumar_anem
To make our script more modularize, we split the actions
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / litan
2 ways
1.independent of each other
2.nested(2nd action is called by 1st)
| Is This Answer Correct ? | 0 Yes | 0 No |
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.
what is frame work of qtp?
How did you resolve conflicts present in Object Repository?
How to execute a VBS file without using Execute File statement?
What is SQL injection?
where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
Can any one explain about environment variables with examples?
Tell me the situations where we will use Data Driven?
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
How to find local host name using QTP?
how you update scripts in qtp?