Q. Consider the following list:I. Tests that will be executed for each build of an applicationII. Emergency tests that must be tested immediatelyIII. Tests that use many data values, but perform the same actionsIV. Tests that verify an application’s usabilityV. Tests that are executed infrequentlyVI. Critical tests that are tedious to perform manuallyWhich of the above represent types of test cases that are typically good candidates for automation?A I, III B III, VI C I, IV, V D II, III, IV E I, III, VI -----------------------------Q. Consider the tasks below (listed in random order): I. QuickTest Pro retrieves the physical description of the object from the object repositoryII. QuickTest Pro executes the statementIII. QuickTest Pro searches the object repository for a logical name that matches the logical name of the object that appears in the script statementIV. QuickTest Pro queries the operating system to see if an object exists that matches the physical description of the object that appears in the script statementAssume that all objects are recognized by QTP and the object repository contains the correct descriptions for all of the objects contained in the script being executed.Which answer illustrates the correct order of tasks that are performed by QuickTest Pro as it plays back each statement?A II, III, IV, I B I, III, IV, II C III, I, IV, II D I, III, II, IV E III, I, II, IV

Showing Answers 1 - 5 of 5 Answers

Uday Kumar. A

  • Oct 8th, 2006
 

Answer for the first question is E and

ths answer for the second question is C

  Was this answer useful?  Yes

Seethalakshmi

  • Oct 9th, 2006
 

Answer for the first question is E and for the second question is A

  Was this answer useful?  Yes

Deepak

  • Oct 11th, 2006
 

1 Question = Answer = E

2. Question = Answer = A

  Was this answer useful?  Yes

Ashish

  • Oct 12th, 2006
 

I. Tests that will be executed for each build of an application
II. Emergency tests that must be tested immediately
III. Tests that use many data values, but perform the same actions
IV. Tests that verify an application?s usability
V. Tests that are executed infrequently
VI. Critical tests that are tedious to perform manually

The Answer A i.e I and III

option I means typically Regression tests

option III means Data Driven tests

you cant have Automation for following options because:

For II: its not easy to develop automation scripts for emergency tests

For V: there is no use putting effort on tests which are infrequently used

For VI: if the tests are tedious to perform manually it will be even more tedious to create scripts for those tests

please correct if i am wrong

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions