how can you write a script without using GUI in QTP?
Answers were Sorted based on User's Feedback
Answer / naveen
We can Write the Script using without Object repositiory or
GUI objects, that is "Discriptive Programming" here we can
define an object with all properties.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / raveendra
without using GUI,Using descriptive progroming u can write
the scripts
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / s
Discriptive Programming
Sorry. the spelling is Descriptive programming.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / gs
Even in descriptive programming we will be using the gui,
but only the difference is usage. so the question itself is
wrong
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sree
We can write script once if we define all the objects
descriptions in a notepad....but while executing GUI is
mandatory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
what is Automation frame work and how do u used this for your project?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
How will you compare keyword and expert view?
Explain key word driven frame work?How to use in real time?
can QTP works on LINUX platfom
what is error and fault in terms of software quality?
w is time parameter
1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment
What are output values and why they are used ?
Which scripting language QTP is using?