what is the use of QCUtil? explain with one example?
Answer Posted / 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 |
Post New Answer View All Answers
Which object provide information about a single runtime error in a vbscript?
what is the object hyrarchy in QTP for a web based application
How will you get the smallest subscript of an array in vbscript?
Why is it recommended to close the database connection every time after the work is completed?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
How do you declare a variable in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
What is the technology used by vb script?
what is the differance between BYVAL,BYREF?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Explain about arrays in vb script?
Mention the rules for using option explicit statement?
Why to use option explicit in vb script?