Hi There...I am guy from Mumbai working as a Software Tester
(Manual). I really want to learn automation with live
projects. Could anyone help me to learn automation or give
tutions. I do not like the way the Software testing
Institute provides training. Please can anyone help me
out. And also I want to appear for ISTQB exam...please
help me out....Thanks in advance..
My ID is amaan_sbp@yahoo.com
amaanactually@gmail.com
Phone no: 9323543045

Answer Posted / swapnesh

helo aman . this is swapnesh frm orissa. u just give ISTQB
exam . u refer one thomson publication book for ISTQB. it
will help u.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2156


I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.

1796


Bug report formate in bugzilla

1627


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

2390


What is in-house tool?

556






Write a short compiled module which selects random numbers?

541


Tell me what type of scenarios can be automated?

523


Why automation testing?

602


What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.

1541


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..

1235


Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?

643


What are pros and cons of automating tests at ui layer?

555


Tell me what are the different types of navigation commands?

505


I am new to jmeter and i am working on .net application.I am recording the requests and pop up images data are not recording.can some one suggest an idea regarding this

1584


Can you do without a framework?

610