what will be the stmt if record any edit box in the Web
application ?
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
we cannot get this statement "Browser("Browser Name").Page
("Page Name").Webedit("Text
box Name").getvisibletext("Text Box Name")" while recording
the operations.
While recording we will get a statement similar to "Browser
("Yahoo! Mail - The best").Page("Yahoo! Mail - The
best").WebEdit("login").Set "abcxyz""
syntax is browser("aaa").page("bbb").webedit
("control1").set "abcdef"
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / krishnachand
a=Browser("Browser Name").Page("Page Name").Webedit("Text
box Name").getvisibletext("Text Box Name")
MsgBox(a)
| Is This Answer Correct ? | 1 Yes | 1 No |
How can we change(increase or decrease)the size of a array variable with out loosing the previous values
1 Answers DST Global Solutions,
If the object property is changing very frequently, what was your approach?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
what is the smart identification techniqu?what r the different mechanisums used in it?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
What is action?
how we connect oracle or sql data server database to qtp
what is output value in QTP and how it can be used in automation testing
in a web table , i want you to click a particular object inside cell
In how many ways we can add check points to an application using QTP.