Does UNIX support QTP? If not what is the other tool used
for Unix environment?
Answers were Sorted based on User's Feedback
Answer / shilpa reddy
xrunner is the supporting tool for unix and linux.qtp is
not supporting this.
| Is This Answer Correct ? | 7 Yes | 3 No |
what is descriptive.create()in qtp?
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.
How do you return a value for an array.
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
what r the 3 basic factor on which we determine to perform automation
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Up to how much VB scripting knowledge and what type of VB script knowledge is required for a QTP test engineer for real time to work ?
when i am running login page i got test run error? Please give me the script to handle run time exceptions. It's urgent for me.
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above