QTP Interview Questions
Questions Answers Views Company eMail

When to use Descriptive programing?

Wipro,

2 5090

How to retrieve the data from database?

Wipro,

6 10616

Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance

3 4951

what is mercury.clipboard in qtp.where we can get this in qtp tool i.e tabs

1 17830

hai friends i'm learning qtp now where we r using only record &playback frame work.and people r saying in realtime they won't use this frame work. if so what frame work actually using in realtime .and could you give explanation comaparing the record &play back fm and what ever FWyou r using in your organization. hoping cool response. thanx in advance

3 5427

After creating testcases, how do you start testing in QTP? what methodology will follow?

Actran, American Well,

7 11456

In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

1426

write vbscript on veb applications in qtp with exapmles?

1 3681

explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?

2 4566

take one exmple and write on that discriptive programe in qtp?

1 4929

what are the drawbacks for record and payback in qtp

3 12451

can we use QTP for load testing instead of load runner?

3 8899

what is the defference between calling ation and called action?

1 3918

in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)

IBM,

8 8572

your doing one project testing then how u know itis wheather web based application or windows based application?

2 4079


Post New QTP Questions

Un-Answered Questions { QTP }

Approach for Installation,comaptibility,system testing

1692


How to use descriptive programming?

595


Why qtp always start action1 and does not start action?

592


How to start recording using quicktest professional?

593


What is business process testing(bpt) in qtp?

675






what is defenetion of kiran can u tell me plz CVS, SVN

1562


What are the differences between quicktest professional and winrunner?

529


Explain measuring transaction.

573


What is an object repository?

586


How to use conditional loops in qtp ?

570


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?

607


How will you handle java tree in qtp?

613


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2408


what is the structure for the data driven framework

1468


What are the different types of functions available in qtp and explain ?

554