How many types of Actions are there in QTP?
Answer Posted / prathima kethireddy
There are totally 3 three types of Actions:
1) Non-reusable Action: The action which can't be called by
any other test apart from the one in which it is created.
2) Reusable Action: An action which can be called by any
number of tests
3) External Action: This is a reusable action, which can't
be modified in any other test. It can be just called and
used...
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How software tester can use constants and variables in scripts?
when to start the automation?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
With what extension you can save the list of tests in a file to run in test batch runner?
How you can delete excel file in qtp?
When do go for loop condition in test?
what is clean sweep?
How to open a new test using quicktest professional?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
What is the quicktest professional (qtp) testing process?
What is an optional step in qtp ?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
What environment does qtp run in?