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
what is supply chain management?
Define Canvas view of UFT?
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
How does qtp identify gui object?
wt is the use of multiple questions in QTP
What is keyword view?
What are the different attributes used with regular expression?
How you can make an action as re-usable action?
Explain the difference between data driven testing and parameterization ?
They asked by using qtp recording writing scripting
What is Port testing. Whhen will you perform?
Where we use data driver in qtp?
How many scripts did you have?
How to use conditional loops in qtp ?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?