Please provide specific examples of advanced/creative usage
of QTP,
including how impact & benefits for your project



Please provide specific examples of advanced/creative usage of QTP, including how impact & be..

Answer / Shailendra Arya

1. Automating complex business flows: QTP can be used to automate complex business flows in an application, such as a multi-step transaction process involving multiple forms and user interactions. This saves time, reduces errors, and ensures consistency across multiple runs.

2. Data-driven testing: QTP supports data-driven testing, allowing test scripts to read data from external files or databases, making it possible to execute tests with different sets of data. This increases test coverage and makes maintenance easier.

3. Testing web services: QTP can be used to automate testing of web services by calling the service methods and verifying the responses. This helps in early identification of any issues in the service and ensures its functionality before it is integrated into the application.

4. Regression testing: QTP can be used for regression testing, which involves re-testing the entire application after a new release or bug fix to ensure that no existing functionality has been affected. This helps in maintaining the stability of the application and reduces the risk of regressions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?

0 Answers  


When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?

6 Answers  


hi radhaka plz tell me clearly to handle the earrors with out isng recovery scnerio this is sreenivas from delhi

2 Answers  


What is post recovery scenario?

1 Answers  


I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)

2 Answers  


difference between waitProperty & Checkproperty

4 Answers   AON,


CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP

2 Answers  


what is the framework followed by ur company in qtp

5 Answers   Ordain Solutions,


For what purpose to we use object repository in a application?also explain usage of obj.repository?

3 Answers  


Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri

2 Answers  


how to compare two excell sheets by using vbscript??

2 Answers  


What are the key elements available in test result window?

1 Answers  


Categories