What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
2446How good are you in writing VBscript code for your application? Can you completely write VBscrit for your project with out using recording mode in QTP?
3 7750I would like to have a Test Case on Yahoomail with GUI and Positive and Negative test cases pls its an Argent.
7 23675If you entered into yahoo mail with your valid user name and password , then you will get " welcome , username " (for example you will see , “welcome, Krishna” ) text on the top of the Inbox page , how can you test the user name is correct or not using QTP?
3 7707Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
2 15644Post New CTS Interview Questions
In what condition we cannot use automation testing for agile method ?
How data flow happens in sap fiori launchpad? Explain the steps?
How deadlock can be detected in a system?
What is codeigniter template?
What is S/WAN ?
What does ctrl shift spacebar do in word?
How does mysql store data?
Greetings This question is about hydraulics and I request an expert to answer it. A simple hydraulic machine is made up of two heads, a larger one with a larger force inside a wider pipe and a smaller one with a smaller force inside a smaller pipe in width as in the second picture on this link: http://science.howstuffworks.com/hydraulic1.htm The question is this: what happens if the smaller head and the smaller force doesn’t exist but the smaller pipe is high enough to take all the liquid? For example the larger head is 1.00 sqr metre and can go down 1.00m under a weight of 100.00kg. The cross sectional area of the smaller pipe is 0.001 sqr metre. Now when the larger head goes down 1.00m, how high the liquid from the wider pipe can go into the smaller pipe of the cross sectional area of 0.001 sqr metre? Regards
What does a f table signify?
What is yml file in spring boot? : Spring Boot
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
Why and When RRF is necessary in RS method? How it is helpful in method development?
What is difference between nchar and nvarchar?
What are the differences between informatica and abinitio?
What is taskhostw exe?