Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How many types of Actions are there in QTP?

Answer Posted / ramarao

Three types of actions are there :
1.reuabale action.
2.non reusbale action.
3.external action
default one is the non resubale action.

Is This Answer Correct ?    31 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many add-ins comes by default with qtp?

1067


can anyone tell me from where i can download qtp demo or crack version

2059


What are the general steps involved in the data driven framework?

1082


Explain different recording modes?

1081


Explain advantages and disadvantages kdf?

1011


What are the different ways to invoke an application using QTP?

1228


if numbers are always changing write a script for that

4295


How does you test a weblink which is changing dynamically?

1064


what is meant by Implicit and explicit requirements?

4170


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

1060


Plz Explain AUTOMATION REFERENCE MODEL?

2265


hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company

1957


Suggest and Define a solution for an application whose objects are not recognized by UFT?

1143


How many number of actions possible in qtp?

1104


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

4025