I am looking for selenium RC Training in Hyderabad. can any
one tell me the best institute ?

Answer Posted / mahesh

Hi srikanth,

I am Mahesh, Software Test Engineer, i have 8 years of exp
in software testing, these many days i didn't get an need to
study selenium course.
Now situation bit difficult to move an next level.
I would like join selenium course.[ i don't have code
knowledge / exp], i gone thru' your demo class for selenium,
it is nice.
please let me know the fees to join.

Details for Online Training Testing tools:
Phone No:09849367989
Email:srikanth.testingtools@gmail.com

Is This Answer Correct ?    63 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know how to verify if the checkbox/radio is checked or not?

548


Once you identify the tool what would be your next steps?

597


Any one suggest me for Free ware (Opensource) Automation tool for regression testing.

1549


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

2161


Give some examples for test management tools?

592






Tell us how do you get the width of the textbox?

580


What are the attributes of a good framework?

582


did anybody take online training from Mind Q systems hyderabad? please share your experience. thanksĀ 

1762


Can any one give me the script for drag and drop or setselection functions ?like in a not pad i want to select 5 lines

1444


What are the things that one should consider for selecting a project for test automation? For example, stability, etc.

1578


notice the distinction between data driven testing and retesting?

499


how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?

1580


Tell us how to login into any site if it's showing any authentication pop-up for username and password?

510


What are the important operations in database testing?

552


How do you decide which tool you have to use?

564