Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

good faculty for selenium in hyderabad?

Answer Posted / plaban dwivedy

i m happy to inform you that i got placed in a product based company "Roomys" in banglore.i know sir you are also happy as well by hearing my success.

i am forwarding this mail to say thank you from the buttom of my heart and also sry to inform you by mail .i am forwarding mail becouse of lack of time and i hv only one day leave.

and one thing i want to say you sir you are one of the best teacher i have ever faced in my life. due to your best teaching and positive courageous word towards attending interview i got placed here.


lastly informing about my job "now i m working as a manual tester as well as automation engineer".

again
thank you so much sir,
with regards

Is This Answer Correct ?    26 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain some automation testing tools.

954


how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns

2052


Tell me how a text written in a text field could be cleared?

900


what is the dictionary objects in QTP? and what is method of vb script using virtual object wizard........

1916


is anybody suggest me which one is the best testing institute in ameerpet hydrabad

2137


How automation process is carried out?

1002


Describe some problem that you had with automating testing tool.

2300


Tell us what methods of robot class do you know?

950


Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^

1952


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

2565


I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?

2874


What is test tool?

948


How software testing is handled?

924


Do you know how to check if a button is enabled on the page?

926


Give some examples for performance test tools?

1024