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 |
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )
What is the expert view?
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
What environment does qtp run in?
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?
Explain sub procedure of vbscript.
how do you remove object repository at runtime and load object repository and verify it
What is difference between run time object and test object?
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
can we change the name of a check point? when will you start writing testcases? do you follow any methodology for writing test scripts? qtp is key word driven testing or data driven testing?
What are the different ways to invoke an application using QTP?
how we will use output values in qtp? is there any possibulity by descriptive programming?