What is the need of Automation framework?

Answers were Sorted based on User's Feedback



What is the need of Automation framework?..

Answer / uday

The main use of automation framework is to reduce efforts
for developing scripts as per the project, easy
understandable, easy to maintain, uniform across the team.

Based on your project and needs you have to select your own
automation framework

Is This Answer Correct ?    4 Yes 0 No

What is the need of Automation framework?..

Answer / sonal.pagare

The main feature of any automation tool is the ability to
capture the user actions and later to playback them.

Running complex and powerful tests is time consuming and
expensive when using only a capture tool.

The scripts resulting from Record/Play contains hard-coded
values which must change if anything at all changes in our AUT.

The costs associated with maintaining Record/Play scripts
are excessive, and unacceptable.

Require a skill to develop and maintain an automation scripts.
Automated tests are very sensitive to software changes.

Is This Answer Correct ?    1 Yes 0 No

What is the need of Automation framework?..

Answer / ram polavarapu

Frame work in nothing but integration the all modules and
related scripts as single project
there are different types of approches to do framework

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Automation Testing AllOther Interview Questions

When will you automate a test?

0 Answers  


Tell us which package can be imported while working with webdriver?

0 Answers  


Hi, Below is the code that i ran on selenium RC using eclipse IDE and java coding.: package source; import org.testng.annotations.BeforeSuite; import org.testng.annotations.Test; import com.thoughtworks.selenium.*; public class parameterized extends SeleneseTestCase { private Selenium browser; public static void main(String []args) { String arr[] = new String[5]; arr[0]= "bert"; arr[1]= "regular"; arr[2]= "copyonly"; arr[3]= "doert"; arr[4]= "inter"; parameterized obj = new parameterized(); obj.setUp(); obj.login_parameterize(arr); } @BeforeSuite public void setUp() { browser = new DefaultSelenium("localhost",4444, "*chrome", "http://goolge.com"); browser.start(); browser.open("http://goolge.com"); browser.waitForPageToLoad("30000"); browser.windowMaximize(); browser.open("/"); browser.click("gb_23"); } @Test public void login_parameterize(String[] arr ) { for(int i=0;i<=5;i++) { for(int j=0;j<=2; j++) { browser.type("//input[@id='Email']", arr[i]); browser.type("//input[@id='Passwd']", arr[i]); browser.click("//input[@id='signIn']"); browser.waitForPageToLoad("30000"); } } } public void EnterValuesIntoTextField_CheckWithGetValue() throws Exception { selenium.open("http://www.essaywriter.co.uk"); assertEquals("", selenium.getValue("id=textInput")); selenium.type("id=textInput", "Text In The Field"); assertEquals("Text In The Field", selenium.getValue("id=textInput")); } } When i ran this test i got an error which says: "Method login_parameterize requires 1 parameters but 0 were supplied in the @Test annotation." Any help is much appreciated. thank Gab

0 Answers  


When will you not automate testing?

0 Answers  


How to capture Dos Promote data in text file? in that how to find particular String ( window )? in VB scrpting

0 Answers   Ness Technologies,






What are the drawbacks of test automation?

0 Answers  


22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

0 Answers  


What is Automation Testing Framework

5 Answers   Covansys,


what are categories in step generator?

1 Answers  


What should you do after finding a bug?

0 Answers  


please guide me to get some automation tool for functional testing in freeware and how to work with it?Its emergency

1 Answers  


Which institute is good for testing tools course in HYD?

5 Answers  


Categories