How to Import data from a file (file is on the desktop) to
the data table
No Answer is Posted For this Question
Be the First to Post Answer
What are lbound and ubound in the vbscript language?
How to Import data from a file (file is on the desktop) to the data table
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
Can automation testing find ssame no. of bugs what we can find by manual testing?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
reverse the string without using reverse string?
What is the difference between do until loop and do while loop?
What is loose binding? Why is it not a good practice to use it?
Explain about the asc function?
Which operator is used to concatenate the 2 values in the vbscript language?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
How can you destroy an object in vbscript?