How will you get the octal value of the given number in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Anyone have qtp11.0 crack?
Explain the arrays in vb script?
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....
write a vb script create 5 folders test1 test2 test3 test4 test5
What is the use of option explicit statement?
write a program to display configuration of a local system with the help of vb script.
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Is VB Script Case sensitive or Case insensitive?
Which operator can be used to check if two numbers are equal or not in vbscript?
What is the difference between function and procedure?