Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Testing Interview Questions
Questions Answers Views Company eMail

Where are test cycle folders created if TSL Script is not saved

1 4642

which option allows to execute script from a given location

1 4158

what is the key combination to terminate script execution

2 5608

how are virtual object configured

1 4305

how do to stop the functionality of UDF

1 4675

which checkpoint is used to analyze the appearance of AUT

1 3986

how do you analyze the properties associated with object

1 3893

What are the three windows displayed when a mismatch occurs in Bitmap verification

1 4092

in which file Data of a Table is stored for further analysis

1 4146

Where are multiple properties of object stored

3 5334

what is the file extension for object in AUT captured by WR

1 4320

How are objects set to appropriate class

2 4783

What is the use of Merge option provided in WR

3 5944

which function executes multiple TSL script

4 7367

What is the function in WR for replacing the existed data to blank?

1 3522


Un-Answered Questions { Testing }

Can anyone tell me where i can Download free full version of test director

2528


hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career

2453


What is known as data-driven testing?

1078


How you can use recovery scenario with selenium?

1016


Which one you prefer, working with independent testing project or working along with development team?

1961


What are the loadrunner testing process?

1144


What is the difference between Functional testing and Unit Functionality testing?

2093


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

2625


How do I upload a file using selenium? I need to upload a word file during test execution.

950


What are the different levels in software testing?

1091


What is a quick test professional?

1181


How do you suppress a regular expression?

2038


How can we find the value of different attributes like name, class, the value of an element?

933


What is the loadrunner start-transaction and its syntax?

1149


Have you used any automation tools?

1039