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) Test Conditions are derived from : Test Conditions are derived from : a) Specifications b) Test Cases c) Test Data d) Test Desig
CTS,
3 44231How to write test case for view the table(i.e it is already stored in database and see the content in the table)
TCS,
2579What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
2057My self Rangaraja from hyderabad.I have 2years exp in manual testing in Printing Domain.I want learn Banking domain Could you please any one explain how to test banking domain? if you have documents please share me through following ID:brangaraja@gmail.com.
2272how is mind q venkat training in testing for weekend or general batches.and any other good institutes in ameerpet
1 5039can you tell me test cases this the sketch is below here name is a dropdown list like different phones nokia,lg,samsung,motorola,sony,micromax and there is a submit button below name model submit
1 4483We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
1 3071For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
1 5903Which testing is important, positive testing or negative testing. Test cases for postive and negative testing for a given functionality.
2 4831For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
1 7253
How to export the tests from selenium ide to selenium rc in different languages?
How to test a Falsh player scrollings?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
List of Test Management Tools??Is Quality Center Test Management tools
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
Explain QTP using different development techniques ?
Mention 5 different exceptions you had in selenium web driver?
write a compilemodule function for loginscreen.
How do you verify whether a database is updated when passing the data through front end?
explain how to write vb script in qtp?when will you write own script?
How many versions are there in Test Director.
test cases on bangles???
What is Functional, Non-Functional, and Regression used for (i.e. the purpose of each)?
i want learn "itesting tool"....which is best institutes to learn "itesting tool" in hyderabad or banglore ?plz give me reply as soon as posible?
What is the difference between functional testing and integration testing?