Answer Posted / rayudu
U r right!
But i want the script for that.
Is there any.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
How to create runtime property for an object?
How you can find the absolute value of the number in qtp?
Is qtp supports uni-code?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Object repositories types, which and when to use?
what is the hierarchy to use properties in descriptive programming
What is smart identification in QTP?
Is it possible to call from one action to another action in qtp?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What is the difference between the keyword view and expert view?
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 object and child object.. explain ..if possible give some example for better understanding ..