I have given u a application.To automate it what are the
things will u consider?
Answers were Sorted based on User's Feedback
Answer / shamsher singh
1. Consider requirements
2. As per requirement identify how much automation testing
required.
3. which part of the application need to automation testing.
4. Automation tool
4. Framework
5. Most important test plan which contains every details
about every activity of testing.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / samrat
1.Do a feasibilty study.
2.Gather the rqmts u want to automate.
3.Then go for the diff tools that are availabily in market
4.take the rqmts ,do the obj identification with diff tools
and mark the percentage of object identified per rqmt vs
the tool used to identify.
5.Cost and licence of tool
6.availablity of technical experts and assistance of tool
support
7.timelines
8.Based on above guideliness ,analyze and then decide
whether u want to go for automating the proj or not...
crct me if am wrong
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / shiva
1.when the application is stable we will go to automation.
2.Feasability study should done on the test cases.
3.feasability study should done on the Automation tools.
4.Estimations are placed.
5.Coding standerds should be define.
6.Framework should be define
| Is This Answer Correct ? | 2 Yes | 0 No |
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
hi friends i have 4 yrs exp in testing and 2 yrsexp in QTP.currently aim working in mnc in north as a permanent employer .iam looking for job in south is there any openings plz let me know my mail id is bjr@aol.in its very urjent
What r the advantages of automation?
How to use library files in QTP? how we can call these files in to script?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
Hi All, How to get repeated word in string . Thanks Balaji
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Explain the benefits of quick test pro(qtp)?
I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How u will open the build automatically in QTP except using Systemutil.run command
How to launch application under test through VBscript without using systemutil.run or invokeapplication?