what is the General Process for Load Test..I mean General
Steps?
Answer Posted / rambabu
In general load testing is conducted by six steps.they are
1)planning the load test
2)creating the vusers
3)creating the scenario
4)running the scenario
5)monitoring the scenario
6)analysis the result
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to re-install QTP 11.0 trial version
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
What is data - driven automation?
In Selenium how a test suit is run and report is generated.
Explain me how do you send enter/tab keys in webdriver?
Tell me an example of the languages supported by webdriver?
Do you think that testing can be done only at the ui level?
What is a framework and what are the frameworks available in rc?
What is a critical bug in a testing field?
How many test cases have you automated per day?
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
List down the primary features of a good automation tool?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
is anybody suggest me which one is the best testing institute in ameerpet hydrabad
what are the questions that are generally asked in an interview if a person is having 3-4 years of exp..and in ds exp 2 yrs exp is wd automation testing