In real time ,How to run all scripts in QTP? i,e in projects
Answer Posted / kamal
You have to select all testcases in a batch mode and then
run.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between byref and byval in qtp?
How to check bitmap output value?
What is difference between Recording time object identification and Run time (Execution) time.
What ate the Technologies supported by QTP?
is it possible to add sheets to excel at runtime
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.
Explain the new feature of UFT regarding the export of test results?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Explain the concept of how quicktest professional (qtp) identifies object?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Why we load add-ins in qtp?
your coming from electrical backgroung..but y ur coming to software side?
What are the advantages of Object Repository?
What are the types of properties that quick test learns while recording?
How u will do versioning in QTP?