what could go wrong with test automation?
No Answer is Posted For this Question
Be the First to Post Answer
i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
What are the properties you would use for identifying a browser and page when using descriptive programming?
how can we handle errors other than using recovery scenerios in qtp
What are output values and why they are used ?
What is TOM in QTP?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
Give me brief idea about QTP automation object model?
what are inputs for automation?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
What is throw object?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api