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
Explain some automation testing tools.
how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns
Tell me how a text written in a text field could be cleared?
what is the dictionary objects in QTP? and what is method of vb script using virtual object wizard........
is anybody suggest me which one is the best testing institute in ameerpet hydrabad
How automation process is carried out?
Describe some problem that you had with automating testing tool.
Tell us what methods of robot class do you know?
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 ^^
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
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
What is test tool?
How software testing is handled?
Do you know how to check if a button is enabled on the page?
Give some examples for performance test tools?