I am looking for selenium RC Training in Hyderabad. can any
one tell me the best institute ?
Answers were Sorted based on User's Feedback
Answer / rajasekhar
sriram is a fake candedate.he has taken 8000 from me aome 1 year back and he didnt teach me aNYTHING except basic java fpor me and my friend.we demanded him to give the money back ..he didnt gave anything ...worst tutor..wasted my time
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / pradeep
http://brilliance-works.com
This is in Srnagar and Selenium RC course feees is only 3000Rs.Its starting from January 2 2012.
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / saikiran
Hi John, this is saikiran. i tried to send a mail to your mail-id, but it`s failing. will you please send a test mail to my id i.e pkiran.soa@gmail.com.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / jashwanth
Hi, I would like to suggest you a real time faculty in
Selenium his name is Naveen, From whom I have taken course
in selenium RC ,Webdriver ,Designing automation framework
using selenium,Generating test reports in selenium,handling
alerts ...etc I can say he is excelent in training
selenium. I got Job after taking training from him...His
contact is 9666203527
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / 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 |
Answer / pradeep
Hi ,
Selenium training is very good in ameerpet .Trainers are currently working for Linkedin.They are all expertise.They have lab with 24 hours internet facility also.
They also provide job assistance for each personal.
Name of institute is Brilliance Works
Contact them at 04065145828,9966112260.
Visit their site at: http://brilliance-works.com
| Is This Answer Correct ? | 2 Yes | 12 No |
Answer / vijay
HI All,
If you want to real selenium training and framework
implementation please go through
http://seleniumbynnr.blogspot.com/ blog and contact
Mr.NNR,He was very excellent and i am sure you will get real
time implementation of Selenium ,I got job at CSC chennai
because of his training.NNR's Mail ID :nnraju1982@gmail.com
| Is This Answer Correct ? | 1 Yes | 13 No |
Answer / pradeep
Brilliance Works Mehdipatnam have realtime faculty and they teach good.
Selenium RC with realtime project.
| Is This Answer Correct ? | 3 Yes | 15 No |
Answer / suresh
Hi Pradeep,
I have been trained at Brilliance works they have assisted me in getting job by thier contacts within 2 months.
Thanks to Brilliance Works.
| Is This Answer Correct ? | 1 Yes | 14 No |
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
What are the attributes of a good framework?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
What is the purpose of the wrun.ini file?
is anybody suggest me which one is the best testing institute in ameerpet hydrabad
On what basis you can map the success of automation testing?
What type problems faced in Recording the Apllication through WinRunner and QTP?
Best Online Training For Tosca Test Suite?Good Online Training For Tosca Test Suite?
If automating - what is your process for determining what to automate and in what order?
How to download QTP 9.5 Trail version? please explain the complete process?
What are the various kinds of frameworks that can be used in software automation testing?
can you ple give me Quality Center interview questions and answer