Up to how much VB scripting knowledge and what type of VB
script knowledge is required for a QTP test engineer for
real time to work ?
Answer Posted / ratnesh
Basic level understanding of VB is enough.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain different recording modes?
Are Shared ORs read-only?
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.
How do you create new test sets in td?
Can launch two instances of qtp on the same machine?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
How does QTP identify an object?
how to disable the pop ups through QTP using a script
what could go wrong with test automation?
Explain different checkpoints in qtp.
What is the recovery scenario in qtp?
what are all the fileds present in object repository?
Mention the different actions types of qtp.
What are metrics and matrix?
What is reusable action?