What is the difference between functions and actions in
QTP?
Answer Posted / bhanu prakash
1. Actions can take any no of inputs and it gives any no of
output also, but functions can take any no of inputs but it
will gives only one out put
2.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
after click on compose mail how can we attached a file in qtp with vbscript code
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How the exception handling can be done using quicktest professional?
explain how to write vb script in qtp?when will you write own script?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Explain the benefits of quick test pro(qtp)?
How many types of object repository in qtp?
what is command for executing files?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Please guide me release notes of Automation once scripts are completed
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
tell me abt a time when u had to go above &beyind the call of duty to get the job done
How software tester can use constants and variables in scripts?
what are the utilities and drivers
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