Hi,

I have 50 test cases for automation,
Based on which criteria we can decide for these test cases
we have to use Descriptive programming and remaining for
general coding?
Thanks In Advance..Kavitha

Answers were Sorted based on User's Feedback



Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test ca..

Answer / uday kumar_anem

This is all dependent on the requirement. If those 50 test
cases contains core functionality and most of the objects
are repitative then we store those objects in Shared OR,
and the objects that are dynamic in each exuction then we
will write description programming fo those those objects.

And sometimes if you application is not ready, and if know
the properties of objects then we will go for descriptive
programming.

And also assume if your application consists of 50 Users
button like User1, User2, User3 like buttons, rather that
creating 50 objects, directly user the descriptive
programming.

Is This Answer Correct ?    2 Yes 1 No

Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test ca..

Answer / subhash pasupuleti

Kavitha,
Whether we use Repository or Descriptive programming is an
approach. Many Framework based systems use escriptive
programming. %o is too small a number to say this way or
other. If Test cases or 5000 then certianly I would go for
Descriptive programming

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More QTP Interview Questions

How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?

1 Answers   CTS, IBM, London,


What are the advantages of Object Repository?

0 Answers  


How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object

0 Answers  


How to Set the Global Sync Timeouts in QTP?

2 Answers  


In how may ways we can use checkpoints to an application using QTP?

3 Answers  






We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??

1 Answers  


why we use sendkey method in qtp?

2 Answers   ABC,


how can we group that these test cases only should be automated and in which order you execute that test cases

3 Answers   Maveric, Satyam,


I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)

1 Answers  


OPening of notedpad in QTP to write and execute the coding?

2 Answers  


How to handle dynamic objects in quicktest professional (qtp)?

0 Answers  


Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?

1 Answers  


Categories