HOw we can apply web service checkpoint in QTP 9.5?
I tried it out with net connection also.
But not getting success.
No Answer is Posted For this Question
Be the First to Post Answer
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
Mention what is the technology used by vb script?
why do u choose to go for testing why cant for devoloping
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
Does VB/Win make standalone .EXE files?
Explain about the support of asp for vb script functionality?
Which command is used for writing text on a page?
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 parametrization ?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
How regexp.execute method works?