difference between recording methods and recording modes in QTP
Answers were Sorted based on User's Feedback
Answer / srikanth
1)context sensitive mode for normal recording.
2)analog recording is for Continues recording whare normal
recording notpossible.
3)lowlevel recording is for Non environment (no addins).
In this only few options like drag, drop, click, move can
be done
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / geena
QTP has record and playback method.
And record mods are
1. Normal - is the default mode
2. Analog-is to record signature
3. Low Level- is to record x and y coordinators
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / vijendra babu
QTP RECORDING METHODS
>AUTO LEARNING: Normal recording with respect to navigation
>PRE LEARNING : Manually capturing snap shot and adding to
repository
>Descriptive programming: manually writing script,defining
physical properties
IS THIS CORRECT??????
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / subhan.qa
qtp recording modes are context sensitive recording,analog
recording,lowlevel recording
recording methods through record and play back,discriptive
programming
i think so
correct me if am wrong
| Is This Answer Correct ? | 0 Yes | 5 No |
Explain the check points in quicktest professional (qtp)?
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
What is diff betwee datatable.importsheet "path" and datatable.import
How to use custom checkpoints in QuickTest Professional?
How to retrieve the object properties at runtime without the usage of GetROProperty?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
what is keyword driven framework in qtp.
can u write Script to do Data Driven Testing throuh Externel & internel XL Sheet
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?
Give answer with example what is orthogonal array testing technique?