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 Posted / dee

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 ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default add-ins in qtp?

548


How can you pass value one action to another action?

545


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1336


How can we conduct U-I Testing by using QTP??????

1416


What is the diff between image and bitmap check point?

589






What is parameter in qtp?

674


How many add-ins comes by default with quicktest professional?

545


What is keyword view in qtp?

544


How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.

1779


What are the methods used in UFT to handle exceptions or run-time errors?

636


How are actions and functions different in QTP?

646


Explain the concept of how quicktest professional (qtp) identifies object?

567


Through array we can execute the testcase how ? give me example

1391


what is clean sweep?

1506


Are Shared ORs read-only?

620