what is the difference between xmlutil and xmlDOM in qtp?
Answers were Sorted based on User's Feedback
Answer / uday
For working with XMLUtil, find below 2 videos:
How to read data from xml file: https://www.youtube.com/watch?v=TFMWhhKerKw
How to update content of a xml file https://www.youtube.com/watch?v=YKu2pHm0s58 How to work with XML DOM at https://www.youtube.com/watch?v=DTfIztqndAk#t=17
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What type of problems one will face with QTP , if too many browsers are opened at a time?
What are the recording modes in qtp?
Analyzing the Checkpoint results ?
The interviewer asked me when u recorded one application.object repository properties are saved with .tsr extention. in qtp expert view wherever mouse is there that snapshot displayed in active screen but some recored script lines are not displyed in actives screen y?
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
This is Ajay i have few douts if anybody know pls give me reply. 1. i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i have 10 links in a page all of them have same properties& names i want to click on 5link by using script. 3.i have one combobox in that i want to see all the citynames in the combobox and i have to check weather hyderabad is present or not. 4. size of objectrepository. 5.what r problems we get during writing the script. 6.is it possible to compare to excel sheets in qtp if possible wht is the script. 7.example for lowlevelrecording
w is configaration management
what is object repository?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?