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..
Answer Posted / 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 View All Answers
Explain the concept of how quicktest professional identifies object?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How to data driven test for Win objects in QTP ?
Whats the realtime QTP testing process
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Get the count of files of similar types from a folder.
Can the user toggle between using Local OR and shared OR for the same action?
what type of framework u r using in ur organization
How do know the number of browsers opened?
Name the properties you would use for identifying a browser and page when using descriptive programming?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
What is the difference between shared and local object repository?