Answer Posted / dixit
her i want to add some thing
if you want to import particular sheet then you can use
ImportSheet method
DataTabe.ImportSheet("path of Excel",Source Sheet,Dest
Sheet)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the features and benefits of quick test pro(qtp)?
which type of testing process are you following in ur company? how to recognize a qtp page?
What is the difference between per-action and shared?
What does it mean when a check point is in red color? What do you do?
How to get popup error message.
how to do the batch testing in test director using manual testing procedure?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
What are output values and why they are used ?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Shall we add Local Repository to shared object repository,if yes,how we add
What is checkpoints for qtp?
What are the differences between quicktest professional (qtp) and winrunner?
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 the expert view?
What is the Difference between test object and run time object?