what is the difference between xmlutil and xmlDOM in qtp?
Answer Posted / uday
You can find the answer to this question in "Working with XML File" section in my blog at "http://qtpftvideos.blogspot.in/search/label/QTPVideos"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can anyone tell me from where i can download qtp demo or crack version
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How to handle the exceptions using the recovery scenario manager in qtp?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
what is error and fault in terms of software quality?
What is regular expression?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
write script for bitmap image?
What is the difference between rational rose and QTP?
How do we handle run-time errors?
Describe the differences between functions and actions in UFT?
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 to data driven test for Win objects in QTP ?
What is QTP scenario.