Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.
4 12135How to give introduction for Manual Testing interview?? say when you show you have 4 years of experience in Manual Testing.
2 9295Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
2002suppose i want to execute 1000 tcs in a day there no time to execute the testcases then as a tester what i need to do plese give me the correct answer?
4 25102In testing what is the flow of testing AUT, like what test is to performed first and second test and soon Can Anyone list the sequence of testing
1 6489In real time how Data base testing is done Manually? Mean to ask we write sql queries WHere, If you r using test management tool like HP QC
ABC,
2 5785
What is the purpose of regexp_label property?
What is the difference between run time object and test object in QTP?
What is white box testing and black box testing?
What are the advantages and disadvantages of selenium over other testing tools like qtp and testcomplete?
how to find that tools work well with your existing system?
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
If client give you a project then which testing you will perform first
What is the use of logging in automation?
To generate pdf reports mention what java api is required?
What protocols does loadrunner support?
What is software risk?
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 RBI rules has to follow by a bank for online precesseing. ?
Tell me example for Risk,Mitigation,Assumption?
What is the use of co-relation in jmeter?