the build is develeped in Java. is possible to write
scripting in vb using QTP ?
Answer Posted / ram
yes,scripting contains swf
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is error and fault in terms of software quality?
What is a Patch in QTP?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Brief the process of testing with UFT?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
What is the parameterization?
How to add synchronisation points in qtp?
how to test Web application using QTP software
Connect to QC using AOM.
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
what is the latest version of QTP? Main difference between 9.2 and 10 version
How can you give wait up to 10 seconds in qtp?
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.
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?