Is VB Script Case sensitive or Case insensitive?
No Answer is Posted For this Question
Be the First to Post Answer
How to write VB Script for selecting a particular row in a WebTable?
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....
Anyone have qtp11.0 crack?
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
write a program to display the system specifications of client system with the help of vbScript.
what is fire event method in qtp?
What is a class in CSS?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
How strcomp function works?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?