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

write a qtp script to enter user name & password for flight reservation login page from excel sheet

1 Answers  


How QTP recognize the object??how to add objcts into object repository??

3 Answers  


Describe how Smart Identification is used

0 Answers  


normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer

2 Answers  


hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.

0 Answers  


How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming

2 Answers   Genpact,


Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent

1 Answers  


Discuss QTP Environment.

1 Answers  


What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);

0 Answers  


Is it possible to return multiple values from a function..? Then how..?

3 Answers  


What will be the test script in QTP to test a ComboBox where a user has to select more than two items????

8 Answers   L&T,


How to get Links count in an web application,without descriptive programming?

8 Answers  


Categories