WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Answer Posted / sekhar
The use of functional generator in qtp is which lists out
the all the built in functions in qtp and helps you to
write the vb script for un known objects.
It is in three types:
fuctions :iputbox, msg box, cint, cdbl
test objects example : get visible text, get ro property
utility objects :value, import, get row count
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What are the types of object repository?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What is the file extension of the code file in qtp?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
Can we record an application running on a remote machine using qtp?
How to test background color and dynamic images during run time can you put the check point for moving objects?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
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.
What are the two types of repositories available, explain them?
How to record application running on the Virtual machine?
what is the advantages and disadvantages of using functions instead of re usable actions