Hello friends.....
Can any give the methods for Ms-Access, and Mozilla firefox
in Automation Object Model in QTP.
Please give me currect answers...
if you do not understand my question please don't give
answers.
Thanking you.
No Answer is Posted For this Question
Be the First to Post Answer
How to find a latest file from any folder
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?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
how to automatically update the sql server2005 database records when insert in vb6?
how to check whether link is disabled in QTP??
Mention what is the technology used by vb script?
What are class events?
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
what is visual basic?
How will you release the memory acquired by an array variable in vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Why is it recommended to close the database connection every time after the work is completed?