what is the use of QCUtil? explain with one example?
Answer / dhanya
QCUtil Object is used to access QC OTA.
Below are the properties of QCUtil object that can be used
for extracting information from QC.
eg: set objRun = QCUtil.CurrentRun
msgbox objRun.Name
| Is This Answer Correct ? | 5 Yes | 0 No |
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
write a vb script to create a folder?
Mention how to access array data?
how to retrive the tooltip by using descriptive programming in qtp?
regular expression that will recognize a browser as long as its name property starts with mybrowser
How to assign a date value to a variable?
write a vb script to generate the following pattern ***** **** *** ** *
write a vb script to open a text file and write into it
Explain about constants in vb script?
Write a Fucntion to close all Opened browser expect desired one?
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
Write VB script to convert from feet to inches(hint 1feet=12 inches)