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



Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example..

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

Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example..

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

Post New Answer

More QTP Interview Questions

I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?

0 Answers  


QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?

1 Answers  


What is meant by Output Value in UFT?

0 Answers  


Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????

2 Answers  


I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.

2 Answers   ABC,






how do close the task manager through QTP?

2 Answers  


Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.

2 Answers  


What is the Maximum syncronization timeout in seconds in QTP 9.5

5 Answers   Polaris,


How to connect to data base?

2 Answers  


Can we test internet application using QTP?

2 Answers   Quinnox,


Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks

2 Answers   IBM,


Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?

1 Answers  


Categories