I am looking for selenium RC Training in Hyderabad. can any
one tell me the best institute ?
Answer Posted / pradeep
Brilliance-works Ameerpet, have faculty working in MNC'S with 7+ years of experience and they teach only realtime.
I have been to that institute and learnt selenium RC and luckily by their assistance i got a job.
Thanks to Brilliance-works
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
Hello Friends, I am Looking for the Load runner-Performance testing institute in HYD. I see most of them in this site are suggesting for TS Technologies as best institute for PT load runner. We you pls suggest me, Does this institute offers good coaching on Weekend Sessions/Batches? Does it covers all the course contents in these session? Please help me on this guys..
what r the diffence between QTP 8.2 & QTP9.0?
Tell me what are pros and cons of automating tests at ui layer?
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
how to test an webbased application?
In general, how do you see automation fitting into the overall process of testing?
What is build verification testing, bvt?
Tell me what is intellij?
What is the difference between close and quit command?
Explain what is the difference between findelement () and findelements ()?
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?
What are the attributes of a good framework?
What is modular automation?
How to Rcognize the Objects in the Web Page Dialog Using QTP
is anybody suggest me which one is the best testing institute in ameerpet hydrabad