What is Automation frame work.How we will prepare in real
time.
Answer Posted / sum
Framework is the set of principle to be defined before
start of automation..depending on various factors like the
application functionality..type of test data to pass,tools
and resourcs involved... it is dependent on several
factors..one can't blindly define framework..they are no
certain defined framework!!! we have to do lot of
customization in order to fit to our requirements & name as
u wish :)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how qtp identifies objects?
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
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
What is test object model in quicktest professional (qtp)?
how to prepared for first for the first interview?
Why qtp the best testing tool?
Explain more about the Test Fusion Report of QTP?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
What are the technologies supported by qtp?
How to creating an output value using quicktest professional?
How to save your test using quicktest professional (qtp)?
What does mean by Scope of Automation?n How we defined it?