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

what is the difference b/w qtp,winnrunner,testdirector?

2 6740

There is a name "AJAY" how do u count no.of. "A" in that name ?

4 7185

I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"

4 6680

how do u prepare Test Environment ?

1 2853

can u tell me website address of VBscript with examples.

2 5252

What is Buddy Testing?

2 5051

What is Sanity Testing?

5 7254

What is inter-operability?

1 4126

What is the difference between Regression Testing and Retesting?

6 9497

What is Performance Testing?

2 5217

What is the difference between Build and Version?

3 8036

What is Inter-System Testing? Please answer me frnz!!!

4 8275

Questions for role of a QC engineer at NDS,Bangalore 1st round is written 20 questions on aptitude and 10 question on testing Aptitude--problems on time and distance,tap problem,ages,time and work,probability, Testing 1.Difference Between QA & QC 2.Any 4 types of SDLC models with diagram. Also Pros and cons of each model 3.What is application Testing And embedded testing 4.Qualities of a good tester 5.Test cases for registering user. One field for user name,2 fields for password,"ok" and "cancel" button 6.What is a bug,explain Bug life cycle 7.Difference between priority and severity? 8.Some question on software design

4007

How to change the screen name while running the test.

TCS,

3 7723

what is Action conversion tool? what the Action conversion tool will do?

Satyam,

1 7081


Un-Answered Questions { Testing }

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

2675


Is selenium capable of handling windows pop-ups?

1050


What documents will you need to create a test case?

1112


How to capture all the data of a webtable, weblist and combolist using QTP?

3386


Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com

1850


Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?

2743


About Hierarchy level in your company.

2128


what are the daily activities of a software tester ie the activities carried out by the tester from the time he/she enters the office till the time he/she leaves the office

6543


Is it possible to switch between recording modes during a test creation?

1103


approx how long a simple website take time just for manual testing including report generation.

2157


what is the difference between absolute path and relative path?

1128


What is bottom-up strategy?

1154


Give me some real time point of way where exactly we can conduct audits?

1961


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1990


When would you use 'set_window' and when would you use 'win_activate'?

1292