What is Data driven Testing Frame work.Anybody can expain it
in Detail..
Pls anybody can give the answer.. Thanks in advance...
Answer Posted / akhila
hi,
http://www.ibm.com/developerworks/rational/library/591.html
check out this link which will give u a good explanation
about framework with a good example
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When and why to use descriptive programming?
Describe how Smart Identification is used
Explain actions in qtp ?
What is Curd testing?
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
How many types of run modes are there in qtp?
what the difference between shared repository and per action repository?
how did u use automating testing tools in ur job?
what is the difference between the modular framework and datadriven frame work
How did you use regular expressions in QTP and also in WR?
What are the different types of recovery operation?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
In qtp, how you can use xpath to identify objects?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
How may types of defects identify application or your currently working application?pls give me answer..