Explain about reusable actions?

Answer Posted / naren

An action that can be called multiple times by the test in
which it was created.(local test) as well as by other tests.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you check that your test cases covered all the requirements?

562


what is the diff between manual test plan document and automation test plan doc.can u explain indetail.

1640


i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression

1022


How can i initiate the objects to find uniquely in OR

1464


What will be happen if i load object repository at run time, but it has already associated.

1255






What is the descriptive programming?

1511


What is the differences between image check point and bit map check point?

581


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1344


Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?

1421


Dis advantages of XML checkpoint ?

1579


Hello friends..... On which areas of an application we can not test with QTP

1553


how to download mercury qtp9.2 ny internet ?

2959


whow much strong on VB and C?

1482


how to find that tools work well with ur existing system?

1352


Explain different types of action in qtp?

572