how can you write a script without using GUI in QTP?
Answer Posted / s
Discriptive Programming
Sorry. the spelling is Descriptive programming.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
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 features of quick test pro(qtp)?
what is the difference btn risks & Therads in the Test plan documentation?
How to add synchronisation points in qtp?
hi nani my doubt is how does qtp process metrix related to software process.
Who uses qtp tool?
How many types of parameters are there?
can i compare two databases using QTP ?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
What is object spy in quicktest professional (qtp)?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What is the virtual object?