WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN
TESTING?
Answer / king
Keyword Driven Testing we have to give the inputs only. in
the case of Data Driven Testing we have give the inputs and
we will get the out puts als.
| Is This Answer Correct ? | 2 Yes | 4 No |
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.
IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
Can we create user defined functions in qtp?
What is text check point and text area check point?
4. what is the use of Text output value in Qtp?
Where to use function or action?
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
what type of test cases tou will automate?
what is memory leakage?
16 Answers ITC Infotech, Panamax, TIT,
keyword driven framework having how many folders? explain folders in detail?
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me