Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better

1 Answers  


Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks

0 Answers  


It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.

8 Answers  


How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error

1 Answers  


How to find the difference between 2 dates in qtp?

0 Answers  


Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone

1 Answers  


Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.

0 Answers  


where the check points are stored ?

3 Answers   IBM,


how to upload an excel sheet to quality center?

1 Answers  


How can i Save the snapshots in a specified folders using Scripting in QTP?

1 Answers  


Does QTP provides any tools for parametarization?

3 Answers   BirlaSoft,


Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"

3 Answers  


Categories