![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #16 (permalink) | |
| Unregistered
Posts: n/a
| Re: Automation testing FAQ Quote:
i m new at this site plz send me automation testting questions with answer please.............at my id is biriom@yahoo.com | |
|
| | #17 (permalink) |
| Junior Member Join Date: Aug 2006 Age: 31
Posts: 22
Thanks: 0
Thanked 11 Times in 3 Posts
Rep Power: 4 | Re: Automation testing FAQ Prabhakar , U've given an x'lent link. u r gr8. I got maximum info from that link. Thanks a lot. Guys , Please go through the link given my prabhakar Thanks Prabhakar |
| | |
| | #18 (permalink) |
| Junior Member Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 4 | Re: Automation testing FAQ For These questions - if possible please add answers, so it is useful for the beginners to learn fast----the questions are really superb but the answers........? |
| | |
| | #19 (permalink) |
| Senior Member Join Date: Mar 2006
Posts: 4,793
Blog Entries: 2 Thanks: 9
Thanked 699 Times in 534 Posts
Rep Power: 108 | Re: Automation testing FAQ hi frd, try to find the answers..........if u cant then post it here then many members will help u......... |
| | |
| | #20 (permalink) |
| Moderator Join Date: Aug 2006 Location: London, MI, UK Age: 29
Posts: 262
Thanks: 0
Thanked 177 Times in 78 Posts
Rep Power: 25 | Re: Automation testing FAQ it seems many members are awaiting for the answers for this thread that started by spoorthi quite long time back...hmmmmmmm really amazing that no one has come up with answers...its been like spoon feeding to the members...banging my self to the wall........ 1. What automating testing tools are you familiar with? Win Runner , Load runner, QTP , Silk Performer, Test director, Rational robot, QA run. 2. How did you use automating testing tools in your job? 1. For regression testing 2. Criteria to decide the condition of a particular build 3. Describe some problem that you had with automating testing tool. The problem of winrunner identifying the third party controls like infragistics control. 4. How do you plan test automation? 1. Prepare the automation Test plan 2. Identify the scenario 3. Record the scenario 4. Enhance the scripts by inserting check points and Conditional Loops 5. Incorporated Error Handler 6. Debug the script 7. Fix the issue 8. Rerun the script and report the result. 5. Can test automation improve test effectiveness? Yes, Automating a test makes the test process: 1.Fast 2.Reliable 3. Repeatable 4.Programmable 5.Reusable 6.Comprehensive 6. What is data - driven automation? Testing the functionality with more test cases becomes laborious as the functionality grows. For multiple sets of data (test cases), you can execute the test once in which you can figure out for which data it has failed and for which data, the test has passed. This feature is available in the WinRunner with the data driven test where the data can be taken from an excel sheet or notepad. 7. What are the main attributes of test automation? software test automation attributes : Maintainability - the effort needed to update the test automation suites for each new release Reliability - the accuracy and repeatability of the test automation Flexibility - the ease of working with all the different kinds of automation test ware Efficiency - the total cost related to the effort needed for the automation Portability - the ability of the automated test to run on different environments Robustness - the effectiveness of automation on an unstable or rapidly changing system Usability - the extent to which automation can be used by different types of users 8. Does automation replace manual testing? There can be some functionality which cannot be tested in an automated tool so we may have to do it manually. therefore manual testing can never be repleaced. (We can write the scripts for negative testing also but it is hectic task).When we talk about real environment we do negative testing manually. 9. How will you choose a tool for test automation? choosing of a tool deends on many things ... 1. Application to be tested 2. Test environment 3. Scope and limitation of the tool. 4. Feature of the tool. 5. Cost of the tool. 6. Whether the tool is compatible with your application which means tool should be able to interact with your appliaction 7. Ease of use 10. How you will evaluate the tool for test automation? We need to concentrate on the features of the tools and how this could be benficial for our project. The additional new features and the enhancements of the features will also help. 11. What are main benefits of test automation? FAST ,RELIABLE,COMPREHENSIVE,REUSABLE 12. What could go wrong with test automation? 1. The choice of automation tool for certain technologies 2. Wrong set of test automated 13. How you will describe testing activities? Testing activities start from the elaboration phase. The various testing activities are preparing the test plan, Preparing test cases, Execute the test case, Log teh bug, validate the bug & take appropriate action for the bug, Automate the test cases. 14. What testing activities you may want to automate? 1. Automate all the high priority test cases which needs to be exceuted as a part of regression testing for each build cycle. 15. Describe common problems of test automation. The commom problems are: 1. Maintenance of the old script when there is a feature change or enhancement 3. The change in technology of the application will affect the old scripts 16. What types of scripting techniques for test automation do you know? 5 types of scripting techniques: Linear Structured Shared Data Driven Key Driven 17. What are principles of good testing scripts for automation? 1. Proper code guiding standards 2. Standard format for defining functions, exception handler etc 3. Comments for functions 4. Proper errorhandling mechanisms 5. The apprpriate synchronisation techniques 18. What tools are available for support of testing during software development life cycle? Testing tools for regressiona and load/stress testing for regression testing like, QTP, load runner, rational robot, winrunner, silk, testcomplete, Astra are availalbe in the market. -For defect tracking BugZilla, Test Runner are availalbe. 19. Can the activities of test case design be automated? As I know it, test case design is about formulating the steps to be carried out to verify something about the application under test. And this cannot be automated. IHowever, I agree that the process of putting the test results into the excel sheet. 20. What are the limitations of automating software testing? Hard-to-create environments like out of memory, invalid input/reply, and corrupt registry entries, make applications behave poorly and existing automated tools cant force these condition - they simply test your application in normal environment. 21. What skills needed to be a good test automator? 1.Good Logic for programming. 2. Analatical sklls. 3.Pessimestic in Nature. 22. How to find that tools work well with your existing system? 1. Discuss with the support officials 2. Download the trial version of the tool and evaluate 3. Get suggestions from peopel who are working on the tool 23. Describe some problem that you had with automating testing tool. 1. The inabality of winrunner to identify the third party control like infragistics controls 2. The change of the location of the table object will cause object not found error. 3. The inability of the winrunner to execute the script against multiple langauges 24. What are the main attributes of test automation? Maintainability, Reliability, Flexibility, Efficiency, Portability, Robustness, and Usability - these are the main attributes in test automation. 25. What testing activities you may want to automate in a project? Testing tools can be used for : Sanity tests(which is repeated on every build), stress/Load tests(U simulate a large no of users,which is manually impossibele) & Regression tests(which are done after every code change)
__________________ Anand reddy Some Birds aren't meant to be caged. Their feathers are too bright… Last edited by slinkanand; 16-11-06 at 12:59 AM.. |
| | |
| The Following 2 Users Say Thank You to slinkanand For This Useful Post: | AjayKumar.Kataram (25-12-08),
butair (06-02-08)
|
| | #21 (permalink) |
| Senior Member Join Date: Sep 2006
Posts: 140
Thanks: 38
Thanked 32 Times in 12 Posts
Rep Power: 9 | Re: Automation testing FAQ Hi Anand, Don't bang ur self on the wall, I am there with u dear. I will paste my point of view for all those questions. Thats sure, but I was busy last days. Take care
__________________ Ashok Last edited by au123; 16-11-06 at 05:51 PM.. |
| | |
| | #22 (permalink) |
| Senior Member Join Date: Mar 2006
Posts: 4,793
Blog Entries: 2 Thanks: 9
Thanked 699 Times in 534 Posts
Rep Power: 108 | Re: Automation testing FAQ hi frds, i've just collected the questions.......i dont knw the answers as i'm not related to testing so i cant able to gve answers for those............:-) |
| | |
| | #23 (permalink) |
| Junior Member Join Date: Dec 2007 Age: 28
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 | load runner hi how to loadrunner testing with documention or video trial of loadrunner |
| | |
| | #24 (permalink) |
| Junior Member Join Date: Dec 2007 Age: 28
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 | load runner please tell me how to loadrunner testing with documetion loadrunner scripts how to test of performance,load,strees, etc through loadrunner |
| | |
| | #25 (permalink) |
| Junior Member Join Date: Feb 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 | I friends I'm Nancy,i am new member of this group,i want testing tools materials,my email id is naanchy.k@gmail.com ![]() Last edited by Naanchy; 12-02-08 at 06:10 PM.. |
| | |
| | #26 (permalink) |
| Junior Member Join Date: Dec 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1 | Re: Automation testing FAQ can we automate backend testing using QTP 9.2 .i.e on to perferm automation part for solaris and also for database testing Last edited by yousuf.rl; 25-12-08 at 01:20 AM.. Reason: to get an reply quickly |
| | |
| | #27 (permalink) |
| Senior Member Join Date: Aug 2006 Location: Hyderabad,India Age: 30
Posts: 8,044
Thanks: 2,105
Thanked 425 Times in 303 Posts
Rep Power: 124 | Re: Automation testing FAQ thanks to all |
| | |
| | #28 (permalink) |
| Junior Member Join Date: Feb 2009
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1 | Hi Guys please find the answers for the Spoorthi questions. QTP/Winrunner2)Automation testing tool was used for Regression Testing.3) Unable to understand custom object, then we have to map that object to standard object.4) Learn the application - Record the |
| | |
| The Following User Says Thank You to raj1234ramesh For This Useful Post: | AjayKumar.Kataram (05-02-09)
|
| | #29 (permalink) |
| Junior Member Join Date: Feb 2009
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1 | Re: Automation testing FAQ Thank you so much Spoorthi, for taking initiative to put the Automation question even youa re not testing, this makes help to us to find the answers and learn more about this, keep posting if you have any more. Thank you once again. |
| | |
![]() |
| Tags |
| automation , faq , testing |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| More Interview Questions Here... |