what is the use of QCUtil? explain with one example?



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

Post New Answer

More VB Script Interview Questions

Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.

12 Answers   Amazon, Pyroferus,


What methods are used to create text files and open text files in the vbscript language?

0 Answers  


Mention what are the rules to name variable in vbscript?

0 Answers  


What's the difference between vbscript and vb.net?

0 Answers  


What are class properties?

0 Answers  


can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.

0 Answers   Synechron,


Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642

7 Answers   Amazon,


what is the differance between BYVAL,BYREF?

0 Answers  


What is the technology used by vb script?

0 Answers  


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

0 Answers  


what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next

5 Answers   Hexaware,


How to find a latest file from any folder

3 Answers   Ness Technologies,


Categories