How to Recognize List Boxes in WinRunner 7.5 while Recording...
Answer / rohinibudda
Winrunner will recognizes the objects by its physical
descriptions only, like class, mswid , text attached to a
particular object etc. This is how any tool will recognize
the objects.
if he is asking how to recognize the list box while
recording means we can easily recognize it by seeing the
dropdown button which is attached to the edit boxes. when
we click on the dropdown button it will drop down box with
the contents, from which we have to select one.
Is This Answer Correct ? | 2 Yes | 0 No |
hai this is shanthi, is this code right? please check and correct the lines. import javax.swing.*; import java.awt.*; class Flow extends JFrame { JButton b1,b2,b3,b4; JPanel p; FlowLayout FL; Flow() { FL=new FlowLayout(FlowLayout.RIGHT,20,20); b1=new JButton("button1"); b2=new JButton("button2"); b3=new JButton("button3"); b4=new JButton("button4"); p=new Jpanel(); p.add(b1); p.add(b2); p.add(b3); p.add(b4); p.set Layout(FL); getContentPane().add(p); setSize(400,400); show(); } public static void main(String args[]) { new=Flow(); } } but i have an error in p.set Layout(FL); in this line. i tryed all the ways but it showing the in this line only. please check and correct it.
4___4___4___4 = 20 Use +, -, /, * how to Solve It.
21 Answers MAHINDRA, Rohit Technologies,
What is the use of WINS? How to work it?
is it an open mind or a open mind tell the correct article
i forgot to take signature of the supervisor during my board exams of ssc gujarat board.Now what should i do?
I am Recording the QTP Script..the Script is below VbWindow("mdiPP").VbWindow("frmPOSOLocking").ActiveX ("SSTab").VbListView("lstPO").SetItemState "272 [10-11]", micChecked. After when when Run then give error property not found.
how to upload asset master data through LSMW in sap fi?
If Fi account is assigned to cost element categorie poatings are not possible it is giving error that cost element has to be assigned to a co object whts the solution for this error?
The employee runs big client-server applications and must quickly transfer large files. The company wants the best cost/benefit on this connection. What would be the most practical solution?
How can be avoid the Error while being Human we do mistakes???
write a program whose output will be- 1 12 123 1234 12345 in assembly language
hi pp gurus, when i do the goods receipt through transiction MIGO the system, gives following error. I filled up all information that needs MIGO transiction. the error is: "Account determination for entry INT GBB___AUF 7900 not possible." can any one suggest me what to do now?