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 |
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?
How to Test the mainframe application?
how do u import the test cases written in excel sheet to qtp? and how do u generate the script in qtp for the testcase in excel sheet? plzzzz do answer this question thanks in advance
Distinguish between manual testing and automation testing
could any help me please, how to work on visual foxpro application using UFT
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
0 Answers Autodesk, EDS, Wipro,
Explain actions in qtp ?
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....
How to Import data from a ".xls" file to Data table during Runtime.