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

Answer Posted / srinivas

I am srinu, I have completed selenium Training @ QA Planet
,My personal feeling is this is the best institute for
selenium in hyderabad.course content is very good and the
way in which the topics covered in a structured way.and
these people are providing real time projects. Overall it
was a good experience.
These people are providing full knowledge on JavaScript,core
java ,AutoIt,selenium 2.0 and web driver.

Thanks QA Planet

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WHAT IS TEST SCRIPT AND HOW DO YOU CREATE IT?

1782


wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.

1437


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

546


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

2156


What is a ‘test plan’? What is a ‘test case’?

551






What are the 5 common software development problems solutions?

557


What is extreme programming and what has it got to do with testing?

530


When is automation testing useful?

559


Hi vishal, Thanks for your reply... But i am not using Mozilla fire fox.. I am using IE 7.. Could you suggest me in this case.. I have tried with Rational tools which i am getting some installation problem and netvantage..tool....which i felt i can't write script for that.. please guide me in this..

1435


Tell me the fundamental difference between xpath and css selector?

568


What are the most popular tools for automation testing?

550


What is a framework and what are the frameworks available in rc?

545


What is tree view in automation testing?

565


Which test cases can be automated?

573


Does every software project need testers?

551