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?
No Answer is Posted For this Question
Be the First to Post Answer
Give examples where vb script can directly run on users system with windows as os?
How to Import data from a file (file is on the desktop) to the data table
in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using 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....
What are the different types of operators and their order of precedence?
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..
Both Static and dynamic arrays are handled by VB script. Is it true?
Mention what is the main difference between function and sub-procedure?
How to create a cookie using vbscript?
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
Illustrate briefly about the different types of statement
Difference between Do while loop and while wend loop