GeekInterview.com
Series: Subject: Topic:

Test Automation Interview Questions

Showing Questions 1 - 20 of 141 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Does automation replace manual testing?

Asked By: Interview Candidate | Asked On: Aug 2nd, 2005

Answered by: subhasmita sahu on: May 18th, 2012

Automation is not a replacement for manual testing.it is just the continuation of manual testing.because their are a lot of application where automation can not be done with out the help of manual testing.

Answered by: mfsi_satyakamm on: Feb 22nd, 2012

No automation cannot replace manual testing.
There are many such things/scenarios which cannot be automated i.e. it can only be done by manual testing.
A mixture of both automation and manual testing results in a proper testing activity.

What automating testing tools are you familiar with?

Asked By: Interview Candidate | Asked On: Jul 25th, 2005

Answered by: mfsi_chinmayb on: Apr 23rd, 2012

I know Jmeter only .

Answered by: Sakib on: Jul 26th, 2011

Selenium Testing tools - Selenium IDE, Selenium RC

What are principles of good testing scripts for automation?

Asked By: Interview Candidate | Asked On: May 27th, 2005

Answered by: Suma on: Apr 22nd, 2012

Best practice for writing code : use the key word Dim before declare any variable. using optional explicit ( if we declare any variable before start coding it does not show any errors.). commenting t...

Answered by: stefan on: Apr 17th, 2012

Proper code guiding standards

What is data - driven automation?

Asked By: Interview Candidate | Asked On: Sep 9th, 2005

Answered by: Suma on: Apr 22nd, 2012

Testing the application functionality by giving different set of data for that we need data table.
( Testing the single functionality by giving multiple set of data) this also called parametrization.

Answered by: mfsi_satyakamm on: Jan 9th, 2012

Hi, In data-driven testing, testing is done using different types and a large number of test data. Since its a very much time consuming process, so this technique is normally automated. To make it a...

Hp application life cycle management

Asked By: Ranjith | Asked On: Oct 6th, 2011

Hi, what exactly is the purpose of releases and libraries sub tabs which is under management tab in qc 11. releases: I kind of get an idea that it is being used to manage some releases/builds. But whar is this libraries used for? Giving an example would be highly appreciated. thanks, ranjith

Can test automation improve test effectiveness?

Asked By: Interview Candidate | Asked On: May 20th, 2005

Answer posted by rs on 2005-05-19 17:42:09: yes, automating a test makes the test process: 1.Fast  2.Reliable 3. Repeatable 4.Programmable 5.Reusable 6.Comprehensive

Answered by: sharmawithu on: Aug 27th, 2011

Yes Exactly b'coz there will not be any human misatkes, time saving, low resources (human resurce) and moreover we can do regression testing very easily

Answered by: automationframework on: Jan 27th, 2010

Well automation is not a magic wand for all testing vows, the requirement has to be clearly studied and a ROI study conducted to see if automation will bring the expected results. For projects that are long term and having multiple regressions automation is a good choice..


 Regards
 QA Team

What are main benefits of test automation?

Asked By: Interview Candidate | Asked On: Jun 6th, 2005

Answered by: Hemalatha Anjali on: Jul 8th, 2011

Automation testing is a process in which all the drawbacks of manual testing are addressed properly. and it provides:
 1. speed
 2. accuracy
 3. less time consuming
 4.simultaneous actions performed at a time

Answered by: preethi.gollamandala on: Sep 14th, 2009

Automation tools will give the effective result than the manual testing
Its a kind of 24*7 work environment with the tools
We can decrement the man power
More fast
More Reliable
More Effective
Regression can be done as many no of times
Thru automation tools we can reuse the generated script

How you built automated test suites for the following technologies:>>including web ui:>>windows ui:>>UNIX systems>>back-end server software?

Asked By: jay | Asked On: Oct 14th, 2006

Answered by: ramachndr on: Jan 10th, 2007

You can use various tools perl, vbscript, etc... and design your own suite how u want.... as far as java is concerned you have specific automation package for java you need to install that in order to create automation in Java.

Answered by: aparnay on: Oct 19th, 2006

I would like to add one more question..

  How to create automation test suites in Java?Urgent please..I was asked in interview

What are the disadvantages of check points?

Asked By: sunil | Asked On: Aug 10th, 2006

Answered by: sravan on: Aug 29th, 2006

check point check the particular functionality but it takes a lot of time to check that particular functionality. 

Answered by: sudhakar2068 on: Aug 14th, 2006

The disadvantages of check point is alot of script generating will be there in the data bases.

sudhakar kolla

09819859346

Avoiding automated testing pitfalls

Asked By: mathan_vel | Asked On: Aug 6th, 2009

What are the necessary steps to effectively improving the automated testing techniques?

Answered by: felix_ada on: Jan 25th, 2010

1) Improve the Testing Process 
2) Define Requirements 
3) Prove the Concept 
4) Champion Product Testability 
5) Design for Sustainability 
6) Plan for Deployment 
7) Face the Challenges of Success

Answered by: mathan_vel on: Sep 25th, 2009

Below are the some points to avoid the Automated Testing Pitfalls.1. Have a effective Automated framework documents.2. Preparing checklist to make a changes in the components added/updated in GUI3. Pr...

Identifying HTML elements with same name

Asked By: darshanp | Asked On: Jun 4th, 2009

In an HTML page, if there are three checkboxes and all are having same names internally and externally, then while recording how it would be distinguished?

Answered by: vaibhavst on: Dec 11th, 2010

In case of QTP you can use Index as one of proprties of the object.

Answered by: ashishks on: Aug 21st, 2009

You can use xpath or class name associated with check box or label associated with checkbox to identifiy same name elements.

Building framework

Asked By: rajnarayan1 | Asked On: May 6th, 2008

What do we need to consider for building framework?

Answered by: nbabu11 on: May 13th, 2011

As far as i know, framework means set of defined rules which will be useful further to use in our application. So, if you want to prepare a framework for an application, we should be knowing about1)ap...

Answered by: ch.bhaskar.mca on: Apr 19th, 2011

Framework is nothing but test automation architecture. here we need to decide where test cases will be stored, where automation scripts will be stored, how automation scripts will execute, how executi...

What is treeview in automation testing

Asked By: prasad reddy | Asked On: Oct 18th, 2007

Answered by: ramu.makineni on: Feb 23rd, 2008

yeah in QTP 6.5 its treeview but from qtp 8.2 its a keywordview

keywordview is nothing but it enables you to create and view the steps of your test inthe keyword drive,modular format.
for each row in keywordview ,Quicktest displays the corresponding line of the script in expertview

Answered by: rhotur on: Dec 17th, 2007

In treeview is nothing but it is view in QTP there u can see the statements in keyword or in tree structure arrangement.THis was there till QTP-6.5,from QTP -8.2 onword it is changed as "keywordview"

What are the available tools for API testing

Asked By: karumudikishore | Asked On: Oct 31st, 2007

Answered by: sharath_hr on: Apr 16th, 2008

There are lots of open source tools aviable for API testing

Ex: Webinject, Junit, XMLUNIT, HttpUnit, ANT etc.,

Answered by: testingeek on: Jan 25th, 2008

Junit

How can we pass values from one test script to another test script ?

Asked By: prasad | Asked On: Feb 20th, 2007

Answered by: Nadeemsharif on: Jul 9th, 2010

One more value.
Create temporary text files in temp folder and output your variable values in that text file
and in reusable action or script read the values from that temp text file and then delete that text file after wards.

Text file will work as buffer for variable values.

Answered by: Nadeemsharif on: Jul 9th, 2010

1 - Use Global or Environment Variable to pass values from one action to another.2 - Use Dictionary object and make it global dictionary object and get values any time in any reusable action.3 - In QT...

I am automating a web application with QTP, an image is missing. How do I check and send a message that a expected image is missing?

Asked By: Folksy | Asked On: Feb 8th, 2006

Answered by: nagareddy on: Oct 25th, 2010

We cancheck it using image check point or we can put page checkpoint and verify if the image is missing. we can raise the defect using Quality centre providing the result summary and screen shots

Answered by: sanjay on: Jan 17th, 2007

If the obj exists in obj rep , do the following

If Browser().Page().Image().Exists() Then

Else

End If

What is the difference between quality assurance and testing?

Asked By: Interview Candidate | Asked On: Sep 9th, 2005

Answered by: nbabu11 on: May 13th, 2011

Quality assurance people will ensure that the projects/teams are following the proper processes as per the company policies. Like, maintaining proper documents,reports, defect reports etc .. If the pr...

Answered by: sudhakar2068 on: Oct 4th, 2006

 Quality Assurance : A  set of activities designed to ensure that maintainence process is adequate to ensure a systen will meets its object.Testing:The process of executing a system with the...

How will you choose a tool for test automation?

Asked By: Interview Candidate | Asked On: Jul 14th, 2005

Answered by: nbabu11 on: May 13th, 2011

1)All the objects are recognizable by the tool or not
2)For the recognized objects, scripting is getting created properly or not
3)Team is having the knowledge of the tool or not
4)Will that tool supports the application or not.
5)Do we have to add any add-in to support the tool to test the application.

Answered by: preethi.gollamandala on: Sep 14th, 2009

it depends on the following reasons.

Client requirement
Project domain
Project environment
Customer requirements
Ease of use
Should be configurable with the project

How can you check all the urls / links are connected and working correctly throughout the application with the help of scripting in quick test professional automation tools

Asked By: vishalsdg-325 | Asked On: Apr 4th, 2006

Answered by: nbabu11 on: May 13th, 2011

Yes .. we can check all the URS/Links provided in the webpage are working or not.

1)Get the child objects (Links/URLs) from that web page.
2)Select the link/URL
3)Search for any object in the page which is opened after selecting that link/URL

Answered by: Neeraj Chauhan on: Jun 18th, 2008

Function CheckLinks2 (BrowserObject, BrowserPage)    CheckLinks2 = True    sPage = "micclass:=Page"    sBrowser = "creationtime:=" ...

Why tester can only test, developer also a can do test . Why there is a separate team for devolpment and testing?

Asked By: surendar | Asked On: Aug 26th, 2006

Answered by: nbabu11 on: May 13th, 2011

Good question surendar.
Developers responsibility is to develop the application and to ensure it is working properly or not.
But in case of tester, he has to ensure that the application is not working properly. In that way tester has to think to test the application.

Answered by: Manoranjan Nayak on: May 29th, 2007

Hi mrunalini,
    Nothing like that. you have test the product as per guided by the Co. or process.
    that nothing like that you can do some different way.
    If you want more details please free to mail me in mrn2001@hotmail.com

Thanks
Manoranjan

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".