i wrote vbscripit code in notepad i got error i am in
learning stage if u ps tell me what wrong in my code my
error is "object required descriptive at line one run time
error"and my code is "set usernameobj=Descriptive.Create()
usernameobj( "name").value="Username"
set passwordobj=Descriptive.Create()
passwordobj("name").value="password"
set signinobj=Descriptive.Create()
signinobj("name").value="sigin"
browser("gmail").page("gmail").WebEdit("usernameobj").set
("enter username")
Browser("gmail").Page("gmail").WebEdit("passwordobj").Set
secure.Crypt.Encrypt("enter password")
browser("gmail").page("gmail").WebButton("siginobj").click
No Answer is Posted For this Question
Be the First to Post Answer
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
How should i Create Email invite with server-side Coding?
how to write vb script code for login gmail page by using notepad and how to run script in notepad
1)How to test whether items in a weblist are in alphabetical order or not?
how to organize files in object repository of qtp
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
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 many types of operators are available in the vbscript language?
Is vbscript language a case-sensitive language and what does it mean?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent