will QTP 9.2 run successfully on Linux(gui) operating system
Answer / jay prakash
No QTP is designed for Windows Operating System. Still
linux flavour of QTP is not available.
| Is This Answer Correct ? | 4 Yes | 0 No |
what is main diff of qtp8.2 and qtp9.0?
To which environments does QTP supports ?
What is quick test pro?
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
Write a script to delete the a specific row (say 3rd) in a webtable.
wt is the xtension of the QTP result view file?
How to create runtime property for an object?
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.
Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine
what is the data driven testing?
Suppose u run ur script today and it is working fine ,nobody has changed the setting and all.u r the owner for the script. But when tomorrow I ran the same script again it got failed and It didn't able to identify one object. Can you tell me what would be the reason for this
how will u do database testing in qtp? how will u do the same with descriptive programming?