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
How many add-ins comes by default with qtp?
can anyone tell me from where i can download qtp demo or crack version
What are the general steps involved in the data driven framework?
Explain different recording modes?
Explain advantages and disadvantages kdf?
What are the different ways to invoke an application using QTP?
if numbers are always changing write a script for that
How does you test a weblink which is changing dynamically?
what is meant by Implicit and explicit requirements?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Plz Explain AUTOMATION REFERENCE MODEL?
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
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How many number of actions possible in qtp?
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