Answer Posted / gopal (jaques) sharma
Sreeprasad is correct
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to download mercury qtp9.2 ny internet ?
how to idetfy which test cases are automated?who will deside that plz tell me
write the vb script for call to new action in qtp?
how to explain a claims and insurance project?
What is different command used in command Prompt while using QTP?
What are the major/ important methods, functions in QTP we use realtime testing
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Define Canvas view of UFT?
Explain runtime dynamic settings?
what is keyword driven testing in qtp?n how is it useful?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
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.
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
what is impact analysis on regression testing?