what is database check point, how will you parameterize the database from seperate data table?
2 9130
Please guide me release notes of Automation once scripts are completed
is there any addin for remedy user application
What ate the Technologies supported by QTP?
explain structured testing? plz guys with exp. do answer
What are the various types of Actions in UFT?
How to add synchronisation points in qtp?
What is the differences between image check point and bit map check point?
could any help me please, how to work on visual foxpro application using UFT
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
What is RTM (require ment tracebulity marix) fromate?
What is action? How many types of actions are there in qtp?
How you calling actions in qtp?
What is the quicktest professional testing process?
what is supply chain management?
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.