ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
QTP
1.What type of bugs u commonly find in u r project?
2.what is agile testing explain with example?
3.application is given req n functionality r missing then
how can u start testing?
4.what r the types of defect tracking tools?
5.what is functionality testing?
6.what is change req how u use it?
7.diff bet gul n functional testing?
8.test cases for IE 6.0?
9.where do u store test cases?
10.what r design objects in qtp?
11.what r 5 types of objects in qtp?
12.how to change .mtr to .tsr n vice versa?
13.in which situations qtp will not recoznize objects?
14.how to call .vbs fuctions, library files in qtp?
15.if 10 windows r ope write command to close all windows in
qtp?
16from what stage u start automation in u r project?
17.what is VSS? it is usedin automationr manual?
18.size of object repository?
19.how to conduct GUI testing n performance testing on
MS-Word? what r performance TEST CASES?
20. use of virtual objects explain?
21.how to connect buzilla with qtp?
22. what is API ?
23.how to merge 2 object repositories in qtp?
24.what is recovery scenario manager?
25. diff bet link n hyper link?
26.diff bet test case n test case scenario?
27.what is relational testing?
28.where do we write test cases?
29.what is base line in testing?
30.what r key process areas(KPA) in u r company?
31.what is hot fix?
32.what is sql injection?
33.what is valnerability?
34.what is TOM in qtp?
35.can we do qtp testing with out creating objects in object
repository? can we completely write code in expert view only?
36.where we cant do automation testig? give example using OR
is a advantage  r a disadvantage?
 Question Submitted By :: Sravanthi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: QTP 1.What type of bugs u commonly find in u r project? 2.what is agile testing explain with example? 3.application is given req n functionality r missing then how can u start testing? 4.what r the types of defect tracking tools? 5.what is functionality testing? 6.what is change req how u use it? 7.diff bet gul n functional testing? 8.test cases for IE 6.0? 9.where do u store test cases? 10.what r design objects in qtp? 11.what r 5 types of objects in qtp? 12.how to change .mtr to .tsr n vice versa? 13.in which situations qtp will not recoznize objects? 14.how to call .vbs fuctions, library files in qtp? 15.if 10 windows r ope write command to close all windows in qtp? 16from what stage u start automation in u r project? 17.what is VSS? it is usedin automationr manual? 18.size of object repository? 19.how to conduct GUI testing n performance testing on MS-Word? what r performance TEST CASES? 20. use of virtual objects explain? 21.how to connect buzilla with qtp? 22. what is API ? 23.how to merge 2 object repositories in qtp? 24.what is recovery scenario manager? 25. diff bet link n hyper link? 26.diff bet test case n test case scenario? 27.what is relational testing? 28.where do we write test cases? 29.what is base line in testing? 30.what r key process areas(KPA) in u r company? 31.what is hot fix? 32.what is sql injection? 33.what is valnerability? 34.what is TOM in qtp? 35.can we do qtp testing with out creating objects in object repository? can we completely write code in expert view only? 36.where we cant do automation testig? give example using OR is a advantage r a disadvantage?
Answer
# 1
1. What type of bugs u commonly find in u r project?
	
	This is a general question in an interview. Answer 
would vary depending on what application you have worked in 
previous projects.
	Few examples
	-data not appearing
	-text not correct
	-disabled objects
	-not able to navigate to other screens
	-unexpected error messages
	-Cosmetic errors on the screen, like overlapping of 
images or text boxes
	-numeric values not stored properly in the database

2. What is agile testing explain with example?
	
	www.io.com/~wazmo/papers/agile_testing_20021015.pdf 

3. Application is given req n functionality r missing then 
how can u start testing?

	When both the requirement and functionality are 
missing in the application: What is required has not been 
developed correctly.
	When you start testing all your test cases will 
fail. It would result in many bugs.

4. What r the types of defect tracking tools?

	Here are Different kinds of Defect tracking tools 
in the market. Each is different in its own way.
	Some are designed in a way to be compatible with 
few applications.
	There are many Vendors who are developing tracking 
tools to cater the applications that they develop.
	Most common ones that you hear and I have worked 
with
	Mercury Quality center or Test Director
	Jira
	OnTime
	Below is the list for many more defect tracking 
tools
	http://www.aptest.com/bugtrack.html

5. What is functionality testing?

	Functionality testing is done to verify whether the 
product meets 
	the intended specifications and functional 
requirements laid out in your development documentation or 
Business documentation.


6. What is change req how u use it?
	Change Request: A change request is a document 
containing a call for an adjustment of a current system.
	When a project has started and crosses the Analysis 
Phase and the coding has started.
	At this phase if the business has changes in the 
initial requirement.
	Then it has to be raised as a change request.
	Depending on the change, the change request can be 
taken up as a minor enhancement and can run parallel to the 
project, which covers all the SDLC phases.

9. Where do u store test cases?

	Every company has a different approach to store the 
test cases.
	Few use the Tacking tools, where there is an option 
to have the test cases.
	Best example Mercury Quality centre, we store the 
test cases in Test Plan.
	Smaller organisations, maintain a standard folder 
structure for different projects.
	They can store them in an excel spread sheets.

13.in which situations qtp will not recoznize objects?

	Few situations when QTP will not recognise objects:
	-when more than one object has the same name
	-when the object is misspelt
	-when the application session expires and QTP still 
trying to looking for the object, shows a msg that it 
cannot recognise the object

16from what stage u start automation in u r project?
	
	For a developing application, when the code is 
completed and ready to test we can start the automation in 
the project.
	If it’s already used functionality in the 
application, and undergoing basic changes then the 
automation can start
	From start, once the design documents or the 
functional designs are completed.

20. Use of virtual objects explain?

	Virtual objects enable you to create and run tests 
on objects that are not normally recognized by QuickTest
	Your application may contain objects that behave 
like standard objects but are not recognized by QuickTest.
	You can define these objects as virtual objects and 
map them to standard classes, such as a button or a check 
box. 
	QuickTest emulates the user's action on the virtual 
object during the run session.
	In the test results, the virtual object is 
displayed as though it is a standard class object. 

	For example, suppose you want to test a Web page 
containing a bitmap that the user clicks.
	The bitmap contains several different hyperlink 
areas, and each area opens a different destination page. 
	When you create the test, the Web site matches the 
coordinates of the click on the bitmap and opens the 
destination page. 

	To enable QuickTest to click at the required 
coordinates during a run session, you can define a virtual 
object for an area of the bitmap,
	which includes those coordinates, and map it to the 
button class. When you run the test, 
	QuickTest clicks the bitmap in the area defined as 
a virtual object so that the Web site opens the correct 
destination page. 

35.can we do qtp testing with out creating objects in object
   repository? can we completely write code in expert view 
only?
	
	No, you cannot create test scripts without 
recording the object in the object repository.
	Yes, you can write code in the expert view.

36.where we cant do automation testig? give example using OR
   is a advantage  r a disadvantage?

	Application is not compatible with the Automation 
tool. 
	Application is coded in such a manner that the tool 
takes more time to recognise the objects.
	If creating test scripts or automating the process 
is costing more to the project then we opt not to automate.
 
Is This Answer Correct ?    0 Yes 0 No
Dee
 
  Re: QTP 1.What type of bugs u commonly find in u r project? 2.what is agile testing explain with example? 3.application is given req n functionality r missing then how can u start testing? 4.what r the types of defect tracking tools? 5.what is functionality testing? 6.what is change req how u use it? 7.diff bet gul n functional testing? 8.test cases for IE 6.0? 9.where do u store test cases? 10.what r design objects in qtp? 11.what r 5 types of objects in qtp? 12.how to change .mtr to .tsr n vice versa? 13.in which situations qtp will not recoznize objects? 14.how to call .vbs fuctions, library files in qtp? 15.if 10 windows r ope write command to close all windows in qtp? 16from what stage u start automation in u r project? 17.what is VSS? it is usedin automationr manual? 18.size of object repository? 19.how to conduct GUI testing n performance testing on MS-Word? what r performance TEST CASES? 20. use of virtual objects explain? 21.how to connect buzilla with qtp? 22. what is API ? 23.how to merge 2 object repositories in qtp? 24.what is recovery scenario manager? 25. diff bet link n hyper link? 26.diff bet test case n test case scenario? 27.what is relational testing? 28.where do we write test cases? 29.what is base line in testing? 30.what r key process areas(KPA) in u r company? 31.what is hot fix? 32.what is sql injection? 33.what is valnerability? 34.what is TOM in qtp? 35.can we do qtp testing with out creating objects in object repository? can we completely write code in expert view only? 36.where we cant do automation testig? give example using OR is a advantage r a disadvantage?
Answer
# 2
35.can we do qtp testing with out creating objects in object
   repository? can we completely write code in expert view 
only?
	
Sorry I put in a wrong answer:
old answer:
	No, you cannot create test scripts without 
recording the object in the object repository.
	Yes, you can write code in the expert view.
Correct Answer:
Yes, you can create test scripts with out recording the 
objects in the OR. But this would depend on what kind of 
script ur developing.This would be very limited.opening an 
application can be done without any objects in the OR.
But if u want to test a whole application, it is very 
difficult to write test scripts without recording.

Yes, you can write code using the expert view
 
Is This Answer Correct ?    1 Yes 0 No
Dee
 
 
 
  Re: QTP 1.What type of bugs u commonly find in u r project? 2.what is agile testing explain with example? 3.application is given req n functionality r missing then how can u start testing? 4.what r the types of defect tracking tools? 5.what is functionality testing? 6.what is change req how u use it? 7.diff bet gul n functional testing? 8.test cases for IE 6.0? 9.where do u store test cases? 10.what r design objects in qtp? 11.what r 5 types of objects in qtp? 12.how to change .mtr to .tsr n vice versa? 13.in which situations qtp will not recoznize objects? 14.how to call .vbs fuctions, library files in qtp? 15.if 10 windows r ope write command to close all windows in qtp? 16from what stage u start automation in u r project? 17.what is VSS? it is usedin automationr manual? 18.size of object repository? 19.how to conduct GUI testing n performance testing on MS-Word? what r performance TEST CASES? 20. use of virtual objects explain? 21.how to connect buzilla with qtp? 22. what is API ? 23.how to merge 2 object repositories in qtp? 24.what is recovery scenario manager? 25. diff bet link n hyper link? 26.diff bet test case n test case scenario? 27.what is relational testing? 28.where do we write test cases? 29.what is base line in testing? 30.what r key process areas(KPA) in u r company? 31.what is hot fix? 32.what is sql injection? 33.what is valnerability? 34.what is TOM in qtp? 35.can we do qtp testing with out creating objects in object repository? can we completely write code in expert view only? 36.where we cant do automation testig? give example using OR is a advantage r a disadvantage?
Answer
# 3
Great info. Thanks!
 
Is This Answer Correct ?    0 Yes 0 No
Owqctsughmjbhrcenwd
 
  Re: QTP 1.What type of bugs u commonly find in u r project? 2.what is agile testing explain with example? 3.application is given req n functionality r missing then how can u start testing? 4.what r the types of defect tracking tools? 5.what is functionality testing? 6.what is change req how u use it? 7.diff bet gul n functional testing? 8.test cases for IE 6.0? 9.where do u store test cases? 10.what r design objects in qtp? 11.what r 5 types of objects in qtp? 12.how to change .mtr to .tsr n vice versa? 13.in which situations qtp will not recoznize objects? 14.how to call .vbs fuctions, library files in qtp? 15.if 10 windows r ope write command to close all windows in qtp? 16from what stage u start automation in u r project? 17.what is VSS? it is usedin automationr manual? 18.size of object repository? 19.how to conduct GUI testing n performance testing on MS-Word? what r performance TEST CASES? 20. use of virtual objects explain? 21.how to connect buzilla with qtp? 22. what is API ? 23.how to merge 2 object repositories in qtp? 24.what is recovery scenario manager? 25. diff bet link n hyper link? 26.diff bet test case n test case scenario? 27.what is relational testing? 28.where do we write test cases? 29.what is base line in testing? 30.what r key process areas(KPA) in u r company? 31.what is hot fix? 32.what is sql injection? 33.what is valnerability? 34.what is TOM in qtp? 35.can we do qtp testing with out creating objects in object repository? can we completely write code in expert view only? 36.where we cant do automation testig? give example using OR is a advantage r a disadvantage?
Answer
# 4
Great info. Thanks!
 
Is This Answer Correct ?    0 Yes 0 No
Hezajnyllobdatgcyaz
 
  Re: QTP 1.What type of bugs u commonly find in u r project? 2.what is agile testing explain with example? 3.application is given req n functionality r missing then how can u start testing? 4.what r the types of defect tracking tools? 5.what is functionality testing? 6.what is change req how u use it? 7.diff bet gul n functional testing? 8.test cases for IE 6.0? 9.where do u store test cases? 10.what r design objects in qtp? 11.what r 5 types of objects in qtp? 12.how to change .mtr to .tsr n vice versa? 13.in which situations qtp will not recoznize objects? 14.how to call .vbs fuctions, library files in qtp? 15.if 10 windows r ope write command to close all windows in qtp? 16from what stage u start automation in u r project? 17.what is VSS? it is usedin automationr manual? 18.size of object repository? 19.how to conduct GUI testing n performance testing on MS-Word? what r performance TEST CASES? 20. use of virtual objects explain? 21.how to connect buzilla with qtp? 22. what is API ? 23.how to merge 2 object repositories in qtp? 24.what is recovery scenario manager? 25. diff bet link n hyper link? 26.diff bet test case n test case scenario? 27.what is relational testing? 28.where do we write test cases? 29.what is base line in testing? 30.what r key process areas(KPA) in u r company? 31.what is hot fix? 32.what is sql injection? 33.what is valnerability? 34.what is TOM in qtp? 35.can we do qtp testing with out creating objects in object repository? can we completely write code in expert view only? 36.where we cant do automation testig? give example using OR is a advantage r a disadvantage?
Answer
# 5
Good job of research. Thanks for the informative post.
 
Is This Answer Correct ?    0 Yes 0 No
Kjuzjjmipiv
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
how do you run scripts in QTP?please anyone can answer my questions Ordain-Solutions2
Hi All, I'm Akshaya here, could anybody please help me regarding how to import the excel sheet to run time datatable. But Pl. keep it in your knowledge is that excel sheet is opened. Thanks, Akshaya Madali 9823213538  4
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)  1
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.  1
what is purpose of automation?  2
In QTP , Test Director combination . what is the role of Test Director? How QTP Launching QTP in T.D ? If it is Winrunner possible. but QTP How it is possible? TCS1
How many types of OBJECTS are there in QTP? Inter-Globe-Technologies2
what type of scripts are asked in qtp?  2
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing... IBM1
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
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables  1
what is the difference between link and hyperlink?  1
What does VBS file contain..? what is VBS file.?  4
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.  3
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..  2
What is source control?  1
WHAT IS OBJECT REPROSITORY? BirlaSoft3
Diff b/w WEB TESTING AND Client server testing? Ordain-Solutions3
Explain in brief about the QTP Automation Object Model.  1
Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..? Semantic-Space10
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com