How to access array data?
No Answer is Posted For this Question
Be the First to Post Answer
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....
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
How to select a value from a list box by using Selenium web-driver?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
How can you destroy an object in vbscript?
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 )
Which function is used to perform string comparison?
What is sql loader? Explain the files used by sql loader to load file?
What is the use of option explicit statement?
How do you create a recordset object in VBScript?
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?