1.I want to establish connection with excel and also want to
fetch the data using SQL queries.
2.the code should be written in such a way that in future if
I want to migrate from excel to MS excess database , then
there should be minimal changes.
No Answer is Posted For this Question
Be the First to Post Answer
i want to when we will write the scripts either after getting the build or after getting the SRS?
Explain a few date functions in vbscript
write a vb script to open a text file and write into it
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
How to write functional test cases for send button in gmail.
Explain the filter expression?
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
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
Which operator can be used to change the value of the operand or change the state of the condition?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
can u test the application without add-in?
How to delete a cookie using vbscript?