Hai this is sheik, i want to learn VB scripts for web
application pls guide me what are all basic things need to
know to learn VB scripts in web application.
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the support of asp for vb script functionality?
What is purpose of scripting.filesystemobject class in vbscript?
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
How will you get the smallest subscript of an array in vbscript?
Is VBscript case-sensitive?
what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is manu.sanepalli@gmail.com
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....
Mention what is variant in vbscript?
Mention the environments where vbscript could be run?
Is vbscript a case-sensitive or case-insensitive?