how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted / lakshman
Hi Sudarshan,
Can you please send me the qtp material at mamidilk@gmail.com
Thanks a lot.
Regards,
Lakshman
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What is the syntax for how to call one script from another?
How do you perform Regreession Testing?
What is recovery scenario in qtp?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Define object spy ?
Why bpt?
How to check which add-ins are associated with a test in qtp?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
What are the features supported by UFT?
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.
Is it possible to change the values of analog recording?
Where we can use the analog mode and where we can use the low – level mode?
What is active screen?