For ex we are doing automate testing in that can we do some
part of application recording, some part descriptive
programing and some part general VB scripting like
that .............
Answers were Sorted based on User's Feedback
Answer / krishna
YES WE CAN PERFORM RECORDING , DESCRIPTIVE PROGRAMING AND
VBSCRIPTING ALSO
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anonymous
Depends on scenario..
If objects are not being recognized by qtp, we should use
descriptive programme.
1. We can directly record.
2.Then modify those scripts- this is enhancements. We can
also directly write scripts by first creating the shared
repository. Modification is very must for any script.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to disable the pop ups through QTP using a script
I added 5 edit box objects in OR.i run the script and the first edit box successfully executed.But on next day when i executed same script for second edit box,it gives an error "object not Found". But when i used Highlight in app. object already in OR.So how i will handel this type of error. Hi please inform me the write answer.Its urgent.
What is the Diff between Image check-point and Bit map Check point?
How to capture data from images in QTP and produce them in Excel sheet ?
How you debug your script?
How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..
What is the descriptive programming?
In an output value text checkpoint, where does the output value stored by default ?
where did you automate in your project?(please tell me example senarios)
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet