Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Automation Testing Interview Questions
Questions Answers Views Company eMail

what is wrun.ini file..what it consists?

BeBo Technologies, Polaris,

3 27405

What id DB Folder? when it will be created and what it consists?

BeBo Technologies,

2 24541

How do you find the number of elements in a list box in winrunner?

BeBo Technologies,

1 21271

How to fetch a value which is in a particular cell in a html table?

BeBo Technologies,

1 21084

What are command line options?How to invoke winrunner with vb add in using command line options?

BeBo Technologies,

1 22198

How many check points are there in winrunner? what are they?

BeBo Technologies,

8 18855

what is split function?Give me the syntax?

BeBo Technologies,

3 16156

How do you invoke a text file from winrunner?

BeBo Technologies,

6 13701

what are the stages of software development life cycle?

Agility e-Services, Trigent,

5 17021

Where are the expected results file will be stored? what is the extension of that?

IonIdea, Satyam,

1 10905

By Default if you save a File with just pause statement in the script how it is going to store in winrunner?

IonIdea,

2 10027

How many exceptions are there in winrunner and what are they?

Tomax,

1 6101

What is Global GUI Map?

Tomax,

3 9471

What is the automation process in winrunner?

Second Foundation,

3 7867

What is the winrunner version now..?

Second Foundation,

19 32996


Un-Answered Questions { Automation Testing }

What are the locators available in selenium?

948


How do we analyze the checkpoint results?

999


What is page object model or pom?

908


How the object properties will be recognised by the tool If the functions/ statements are written manually?

2175


What are the jmeter supported protocols?

608


What is debugging? How you debug your script?

1132


How to validate the dropdown value contains specific value or not?

786


What are table and db checkpoints?

1036


My application uses ajax heavily how do I use selenium rc to work with ajax operations?

839


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

2561


Your roles and responsibilities and daily tasks? (As automation tester)

3041


Do you know what is the purpose of deselectall() method?

985


What are the challenges in handling ajax call in selenium webdriver?

907


What are the different ways to invoke an application using QTP?

1117


How did you use regular expressions in QTP and also in WR?

2585