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
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
What is the use of "Option Explicit"?
How regexp.execute method works?
Why is it recommended to close the database connection every time after the work is completed?
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
regular expression that will recognize a browser as long as its name property starts with mybrowser
what is the object hyrarchy in QTP for a web based application
write a vb script to find simple interest using functions
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Mention what is the technology used by vb script?