GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  QA Testing
Go To First  |  Previous Question  |  Next Question 
 QA Testing  |  Question 81 of 176    Print  
hi
I need answers for these questions

1. What automating testing tools are you familiar with?
2. How did you use automating testing tools in your job?
3. Describe some problem that you had with automating testing tool.
4. How do you plan test automation?
5. Can test automation improve test effectiveness?
6. What is data - driven automation?
7. What are the main attributes of test automation?
8. Does automation replace manual testing?
9. How will you choose a tool for test automation?
10. How you will evaluate the tool for test automation?
11. What are main benefits of test automation?
12. What could go wrong with test automation?
13. How you will describe testing activities?
14. What testing activities you may want to automate?
15. Describe common problems of test automation.
16. What types of scripting techniques for test automation do you know?
17. What are principles of good testing scripts for automation?
18. What tools are available for support of testing during software development life cycle?
19. Can the activities of test case design be automated?
20. What are the limitations of automating software testing?
21. What skills needed to be a good test automator?
22. How to find that tools work well with your existing system?
23. Describe some problem that you had with automating testing tool.
24. What are the main attributes of test automation?
25. What testing activities you may want to automate in a project?
26. How to find that tools work well with your existing system?
27. What are some of the common misconceptions during implementation of an automated testing tools for the first time?

  
Total Answers and Comments: 12 Last Update: October 24, 2009     Asked by: Sri 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
September 14, 2006 08:00:13   #1  
Nik_Agarwal Member Since: September 2006   Contribution: 60    

RE: hiI need answers for these questions
1) 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 script - Edit script with checkpoints - Run Script - Analyze result.5) Yes Automated test can be repeated any number of times eliminating human errors.6) Testing the application with different sets of data is called Data-Driven test. If we automate the test while running it will automatically pick the data from the table and insert in the applicaion fields.7)Attributes of test automation:Speed Accuracy Efficiency Data Driven Testing Relentlessness.8) Automation replace manual testing to some extent but not completely. For example if you have to test the application on different OS/Hardware like printers etc then you have to do it manually.9) For Load Testing we will use Loadrunner. For .net XML web application QTP is better. For SAP/Client-Server application Winrunner is good.
 
Is this answer useful? Yes | No
September 29, 2006 00:04:42   #2  
sarvani        

RE: hiI need answers for these questions
can u plz send me answers for these questions
 
Is this answer useful? Yes | No
October 04, 2006 23:16:16   #3  
Nik_Agarwal Member Since: September 2006   Contribution: 60    

RE: hiI need answers for these questions
11) Can be repeatable free from human error relentlessnes fast. 13) Testing activities includes: Analyze the Business requirement Create Test Scenario and Test Cases Test the application Report Bugs Track bugs untill they are fixed. 14) Testing activities that are repeatable in nature can be automated for example Data Driven Testing . 15) When the application is not stable and it changes very frequently then we can automate our test. 17) Principle if good testing script : if there is a change in one part of the application you don't need to record the whole script again for example use shared Objet Repository in QTP OR Global GUI map in Winrunner. 18) Test Director. 19) Yes Test case creating activity can be automated I didn't remember the tool name but in that you can create test cases automatically through mapping it with the Requirements. 20) You cannot automate testing your application for tasks like printing with different printers or Fax. 21) Out of Box Thinking Work to break attitude good communication and good at using tools. 23) Object not found If the database link is broken then test will fail and test run will be left incomplete..
 
Is this answer useful? Yes | No
October 05, 2006 09:45:35   #4  
Suchitra Arun Patil        

RE: hiI need answers for these questions

Hi Nik

Your Answer helped me lot. thanks


 
Is this answer useful? Yes | No
October 09, 2006 05:42:40   #5  
Gilbert Richard        

hi all,
In companies which tool should be used or manual testing
 
Is this answer useful? Yes | No
October 09, 2006 08:58:24   #6  
Nik_Agarwal Member Since: September 2006   Contribution: 60    

RE: hiI need answers for these questions
Hi Gilbert I don't think for Manual testing ewe need any Testing Tool. Manual testing means testing you do manually so for this we only need Web Browser if the application is web based and Server/Workstation for Client server application.
 
Is this answer useful? Yes | No
December 19, 2006 18:04:41   #7  
akanksha        

RE: hiI need answers for these questions

I had several problems working with test automation tools like

a. Tools Limitations for Object Detections

b. Tools Configuration / Deployment in various Environments

c. Tools Precision / Default Skeleton Script Issues like window synchronization issues etc.

d. Tools bugs with respect to exception handling.

e. Tools abnormal polymorphism in behavior like sometimes it works but sometimes not for the same application / same script/same environment etc.


 
Is this answer useful? Yes | No
January 24, 2007 04:22:30   #8  
aparna        

RE: hiI need answers for these questions
1A. I am fmiliar with Win Runner QTP Silk SQA Load Runner2A. After the bug fixing has been done and after the build release if any bugs are likely to arise in future we will perform Regression Testing which is nothing but an Automated Testing where we will use Automation Tools.3A. If the build given to me has bugs which are likey to arise in futurein such cases I'll use automated tools.8A. Yes Automated testing can replace manual testing but once Manual Testing to be done which is mandatory.19A. Yes
 
Is this answer useful? Yes | No
January 24, 2007 10:01:18   #9  
Nik_Agarwal Member Since: September 2006   Contribution: 60    

RE: hiI need answers for these questions
Hi Aparna For question number 2 I would like to correct my previous answer and I do not agree with yours answer too.Automation testin and Regression testing both are absolutely different from each other. Regression testing means:::Re-Testing the application after a bug is fixed or new functionality is added to check that previous functionality is not affected with the new changes. And this re testing can be done manually also. ....... In automation testing we run our existing script with different sets of data to make sure that application works fine with different data enetered in the application....Please correct me if i am wrong but i have gone through many websites to know aboout regression testing it didn't say anywhere that regression testing is automating test after bug is fixed.
 
Is this answer useful? Yes | No
October 18, 2007 05:15:15   #10  
Sameera        

RE: hiI need answers for these questions

Hi Nik

This is regarding ur answer for Q19 u've told in this that - "I didn't remember the tool name but in that you can create test cases automatically through mapping it with the Requirements. " is that u are taking here about "Test Director".

I know that in test director by manually typing we can create the test cases & test suites but u are telling that ("Yes Test case creating activity can be automated") we can automate the test case creating activity can u plz let how it is possible & which tool we need to use for this?

Thanks & Regards
Sameera


 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape