where we save the scripts created in one project?
Answer Posted / shreyashi_s
in framework means in folder? framework is created for
project or it is one & in that projects are created?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you create regression test packs?
wht type of User defined functions or Java Releated functions do we write in VB scripting
How can you give wait up to 10 seconds in qtp?
what are the utilities and drivers
What are the different recording modes and how do they work?
Explain the new feature of UFT regarding the export of test results?
What are the advantages of parameterization ?
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.
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
How to carry out bit map check points in QTP
What is Associate Repository in QTP 9.2 ?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How to start recording using quicktest professional (qtp)?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
if our qtp vb Script may be Currepted then What we want do?