Why a framework is needed?? Plaese post your answers ASAP
Answers were Sorted based on User's Feedback
Answer / chinna
Framework means generic work or set of guidelines designed
by experts for developing any project. By using this
framework one can easily understand the project details and
develop a defect free project.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ramchandra
Hi all,
A framework defines q set of guidelines for all phases of test automation. We design framework to reduce complexity of internal architecture which makes it easy to use for end user who may can be q non technical. U can say it's set of standards for automation.
Ramchandra Patil
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sasmi
Basically Automation is converting manual test cases into
Automation test scripts..
Framework is used to automate, the execution of these
automated test scripts.
| Is This Answer Correct ? | 0 Yes | 2 No |
How to import excel sheet to QC?
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
What are the features of quick test pro(qtp)?
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 script you will wright in a year ? i told it's depends on the proj..and 'n.no of ... but he forced me to tell some num. or avg .....how many i suppose to tell..??and do a favor per day how many script don't thing it's repeated question or common ...help me post a ans...thanks for advance
Can you do more than just capture and playback?
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
What is the diff between image and bitmap check point?
What are Error handling other than Recovery scenario manager?
What is a Patch in QTP?
For which type of projects the iterative model is not suitable?
How you can decide which type of object repository you have to use?