what kind of application can be tested in winrunner,load
runner,qtp,silktest,test director,rational robo,open sta?
Answer Posted / sreenivasa ro boddu
in win runner compatable with java it not compatable
with .net,j2ee,multenedia,sap... but qtp compatable with
all latest technology java,j2ee.sap,multidmedia,windows,xp,
both are functionals
TD is testmanagement tool
load runner,is perfomance tool,
silk test also functinal tool
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
How you report bug in to bugzilla
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
Tell me how would you test your own element locator?
Do you know what is robot api?
What are the main attributes of test automation?
How do you identify the test cases which are suitable for automation?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
What is tree view in automation testing?
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
What is tsl?
Tell us what methods of robot class do you know?
Tell us how to select a value in a dropdown?
Please name a couple of standard web function found in the function generator?