Can we create Crystal Report object in QTP?If yes then what
it is and what are its various properties?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between vbscript and vba?
How can the spaces from the string be removed?
write a vb script to display the reverse of vbs
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.
write a vb script to display ***** ***** ***** ***** *****
when you use For Loop, While..do, do..while? at what situations which loop will use.
How are values assigned to string type and numeric type variables?
How will you get the last occurrence of one string within another string using vbscript?
Which function is used in the vbscript language to convert the specified expression into a date type value?
In what way program "hello world" you can write in vbscript?
best training centre in bangalore
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