How to test login module with different username and password by using data driven testing in QTP?
798Post New HCL Interview Questions
Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.
What are the 7 layers of networking?
What is meant by trc?
Does anybody used Visio in QA.If so, can u please explain where and when u used visio diagrams
How do you document ABAP programs? Do you use program documentation menu option?
What is call horizon? Explain with example.
71ohm,111ohm,95ohm,179ohm in calculate the total ohm in series circuit
What are indexes in postgresql?
What is the most "pythonic" way to iterate over a list in chunks?
What is servlet and how it works?
give eg of how I/P is used in control loops
What are various search techniques in cobol? Explain.
What is a tag in html?
Can the old files in the ‘movechunk’ directory be removed?
How can the spa be implemented in angularjs?