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..
Answers were Sorted based on User's Feedback
Answer / shyam.meghansh
Hmmmmmmmmmmmm its can be but make sure that the script is
debugged and entire syntax is right
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satish j
That is not possible,as to test GUI part of application QTP
references Objects and properties.It maintains an object
repository which it refers to identify the objects at runtime.
As far as I know I don't feel it is possible to generate
scripts in Notepad.you can write Vb scripts,functions in
Notepad save the text file as VBS and execute them using VB
Host editor.exe.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?
How many types of object repository in qtp?
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
can any one make me confirm about a real time employee with better experience in QTP who is providing QTP course individually in Bangalore???
How does QTP identifies the object in the application?
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.
can anybody give me the links for vb script material
Explain runtime dynamic settings?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?