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
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What does mean by Scope of Automation?n How we defined it?
Explain the types of properties that quick test learns while recording?
Can we record using all the modes in a single script? Explanation with example is appreciated
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What is the difference between per-action and shared?
What are the different attributes used with regular expression?
When using descriptive programming?
Do you know how to connect database? Can you tell me the procedures?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
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
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Explain the concept of how quicktest professional identifies object?
What is a recovery scenario?