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 / kamal narasimha
srikanth sir is the best faculty for Selenium WebDriver.
he is taking Online Class also for that to contact below
mail Id :Info@uftselenium.com
his website: www.uftselenium.com
| Is This Answer Correct ? | 94 Yes | 5 No |
Answer / tanuja
srikanth sir is taking class room training.sir teaches very
easy way any person also can understand means non IT people
also can understand that much easy way and simple examples
sir teaches and srikanth sir teaches core java very good
very easy method that is really great. sir teaches below all.
Contact For New Batch details: 08008458046.
Manual + Selenium.....with project
Manual + QTP.....with project
Manual + QC + Bugzilla + VSS.....with project
| Is This Answer Correct ? | 80 Yes | 5 No |
Answer / trinath
hi friends,
srikanth sir is the best faculty for selenium in Ameerpet,
Hyderabad. sir taking class room training in Ameerpet,
Hyderabad.
i am completed selenium training, now i got the job.srikanth
sir is very good for teaching selenium webdriver.sir giving
very nice and simple examples.
contact for New batch Details:08008458046
| Is This Answer Correct ? | 81 Yes | 7 No |
Answer / subbu
HI Friends,
Recently i am completed manual + Selenium course from
srikanth sir in Ameerpet Hyderabad(Class Room Training).
Contact new Batch Details: 08008458046.
Really sir is very good for manual and selenium with real
time example and project.
Contact new Batch Details: 08008458046.
srikanth sir giving very basic onwards , any one can understand.
core java sir teaches that is very impressed me because of i
don't know any coding knowledge. but srikanth sir take care
for me giving very easy examples.so i feel selenium is very
easy.
| Is This Answer Correct ? | 75 Yes | 2 No |
Answer / trinad
Hi friends,
To learn selenium srikanth sir is very best faculty in
ameerpet Hyderabad.
Really srikanth sir explanation is very good and very easy way.
sir giving framework(TestNg,Junit,Keyword,Hybrid) concepts
very real oriented with project.
for contact New batch deatails:08008458046
| Is This Answer Correct ? | 73 Yes | 1 No |
Answer / sravan
hi friends,
You are looking for online training for Testing tools.
1.QTP 2.Selenium 3.Manual testing
my Best suggestion is Srikanth sir is very good for online
training
for more details
Email ID:info@uftselenium.com
phone no:08008458046
| Is This Answer Correct ? | 73 Yes | 3 No |
Answer / rajaguru.p
Hi Srikanth,
This is raja guru from Chennai. Currently am working in tech
mahindra as junior test engineer. Recently I watched your
selenium introduction video in you tube. Its very useful for
me .Am very much interest to learn selenium from you. And i
want to continue the course can you please share the details.
Phone No:09849 36 7989
Skype ID:sreekanthnalagarla@skype.com
| Is This Answer Correct ? | 68 Yes | 3 No |
Answer / tonny
hi friends,
i am completed selenium training, now i got the job.srikanth
is very good for teaching selenium webdriver.sir giving very
nice and simple examples.contact:08008458046
| Is This Answer Correct ? | 66 Yes | 3 No |
Answer / 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 |
Answer / chandu
Rc is out dated, in thaeplace of rc new will be coming like
WebDriver.
if u want selenium webdriver Online traing
contact:9849 36 7989
emailID: srikanth.testingtools@gmail.com
| Is This Answer Correct ? | 42 Yes | 1 No |
wat would be the parameteries for ul testing for web applilcation
is anybody suggest me which one is the best testing institute in ameerpet hydrabad
what is the advantage and dis-advantages of using framework ?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
What is client side validation? Write a snippet.
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..
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
Tell me what is automation testing?
What automated tools are you familiar with?
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
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
how can i count the no of edit field in a page and fill the multiple edit field