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...

how to choose the framework in qtp ?
2)when we go for the descriptive programming ?

Answer Posted / aruna

It depens what exactly u want to carry out,if Checking huge
data then data Driven Frame work is enough......
ur writing all ur reusable asa functions and want to call
keyword could be good.

Descriptive programming for dynamically changing values

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?

1077


How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?

1886


What does mean by Scope of Automation?n How we defined it?

2004


Explain the types of properties that quick test learns while recording?

981


Can we record using all the modes in a single script? Explanation with example is appreciated

1819


In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?

1020


What is the difference between per-action and shared?

1097


What are the different attributes used with regular expression?

981


When using descriptive programming?

1058


Do you know how to connect database? Can you tell me the procedures?

961


Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19

1587


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

3013


If the objects hierarchy is changing from build to build, then how you will handle that condition?

1025


Explain the concept of how quicktest professional identifies object?

942


What is a recovery scenario?

1105