Diff. between keyword driven Data driven testing?
Answer Posted / sushmita
key board DDT is to read values from key board
TSL stmts
create_input_dialog("message");
using for loop
for(i=1;i<=5;i++)
{
x=create_input_dialog("enter order no");
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Explain features of the latest version of qtp/ uft 12.1?
what function you write to do database testing with the help of qtp?
Explain quicktest professional (qtp) testing process?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How can you send user defined messages to test report?
Is it possible to use two instances of UFT on the same machine? If not why?
Describe how Smart Identification is used
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
what is the difference between development and testing
How you can delete excel file in qtp?
can any body give the banking domain concepts/links
There is an excel file of 1 to 100 sheets how you will iterate through it?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?