how do u prepare Test Environment ?
How to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?
What is the process of synchronizing qtp and aut?
what is object spy
What is descriptive.create () in QTP?
What is log file? what is the use of Log fine. How to create? what are the contents and the main advantages of log files. plz do help me in this concepts as i have an interivew on qtp in a couple of days. plz do help me.. thanks in Advance.
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.
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..
How to connect to data base?
how do u create new test sets in TD
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If