Why we have to split actions in a test?

Answers were Sorted based on User's Feedback



Why we have to split actions in a test?..

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

Why we have to split actions in a test?..

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

Why we have to split actions in a test?..

Answer / uday kumar_anem

To make our script more modularize, we split the actions

Is This Answer Correct ?    2 Yes 0 No

Why we have to split actions in a test?..

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

Post New Answer

More QTP Interview Questions

How will u integrate oracel with QTP?

2 Answers   Microsoft,


Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback

1 Answers  


There are some links on the web page,write a script to count and click those links and check the text on the page displayed on clicking the links.

3 Answers   Tech Mahindra,


write a regular expression pattern for xyz?123?

1 Answers   FAI,


Which environments does qtp support?

0 Answers  






What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?

1 Answers  


I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..

3 Answers  


How many types of parameters are available in quicktest professional (qtp)?

0 Answers  


Does UNIX support QTP? If not what is the other tool used for Unix environment?

2 Answers   Amdocs, Fidelity,


How qtp identifies objects?

0 Answers  


how to test Web application using QTP software

0 Answers  


what is meant by "Parameterization technique"?

4 Answers   KH, Mind Tree,


Categories