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 |
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.
What methods are used to create text files and open text files in the vbscript language?
Mention what are the rules to name variable in vbscript?
What's the difference between vbscript and vb.net?
What are class properties?
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.
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
what is the differance between BYVAL,BYREF?
What is the technology used by vb script?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
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
How to find a latest file from any folder