Answer Posted / venu
Even if U don’t specify CALL keyword & just write this way:
FunctionName (Parameter1, Parameter2,….)
This will call the required function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the new feature of UFT regarding the export of test results?
Explain the views in the QTP GUI?
Explain the benefits of quick test pro(qtp)?
What are the key elements available in test result window?
What will be happen if i load object repository at run time, but it has already associated.
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
How to test results for qtp ?
What is fragmentation and paging?
When ‘option explicit’ keyword is used in qtp?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
Where can I find and view run-time data table?
Explain the concept of object repository & how qtp recognizes objects?
What is recovery scenario in qtp?
UFT 12.02 which ALM version will support
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.