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 |
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
How can get count of list box?
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.
Differenece betwen Project and product ? when company need project or product?
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
How to check and display a particular word from a paragraph?
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
What is quicktest professional window?
How to find given string is palindrome or not without using strreverse() function?