QTP Interview Questions
Questions Answers Views Company eMail

what is the difference between development and testing

1 3127

what is the difference between quality and testing ?

2 3457

what is the difference between development and testing

1 2935

what is the difference between testing and debugging?

2 4259

what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?

2 3869

For which type of project the iterative model is suitable?

1565

For which type of projects the iterative model is not suitable?

1664

what are the parameters you are considering for object identification?

1 3375

How to capture the text from the application using QTP?

3 7443

what are the Common Problems in S/w development process

1 2968

why do we go for Test Automation?

2 3924

Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?

10 8464

Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)

1752

On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.

4 13919

object types is used for what?

1 2335


Post New QTP Questions

Un-Answered Questions { QTP }

what are the challenges you have faced while testing web based application using the automation tools ?

831


How many types of parameters are available in quicktest professional (qtp)?

783


Explain the concept of how quicktest professional identifies object?

731


how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)

1616


How will internal and external links be validated and updated? how often?

875


How does you pass optional arguments in qtp?

774


How many types of parameters are available in quicktest professional?

728


Explain the concept of object repository and how quicktest professional (qtp) recognises objects?

819


What is the extension of the recovery scenario file in qtp?

740


Explain data driven framework?

757


you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva

1688


I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance

1906


1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible

1806


Which environments are supported by hp qtp?

765


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1808