How to make an Action as reusable?

Answer Posted / suresh kandhagatla, tcs

Go to Tree View. Select the action and right click. Go to
Action Properties and check the chekbox 'Reusable acion'.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the parameterization? Give one example?

594


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

614


Explain the types of properties that quick test learns while recording?

562


How to create a standard checkpoint ?

561


tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?

1531






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

1348


1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?

1498


How to use actions in qtp ?

589


What is smart identification in QTP?

634


How to modify object property in qtp ?

567


Explain the difference between data driven testing and parameterization ?

592


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1399


Tell me about qtp?

542


what is description object?

1602


how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me

2456