How to use QTP Object in .vbs(vbscript file) file
Ex: Browser().., wait(), exist() and etc...
No Answer is Posted For this Question
Be the First to Post Answer
How will you get the last occurrence of one string within another string using vbscript?
write a vb script to display the size of the folder,date created and name of the folder
how to write vb script code for login gmail page by using notepad and how to run script in notepad
How to add actions in driver script to run those actions in QTP?
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 to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
can anyone tell me the procedure of interview held in applabs
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
what is the use of QCUtil? explain with one example?
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
Which operator is used to perform the comparison among 2 operands in the vbscript language?
write a vbscrpit to swap values