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 |
reverse the string without using reverse string?
I want good books or good sites for scripting.Can any one help me.
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....
How can you have different number of cells for each row of a table in HTML?
Explain the support of asp for vb script functionality?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
How to throw an error in vbscript?
please can you help me to get a code of flames using a visual basic 6
What is the difference between vbscript and vba?
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..