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

How do you measure a quality of the product ?

1 4323

Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..

2 3093

Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..

1741

Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

1713

What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this

1836

what is meant by Utility object and utility functions?can u all pls explain these clearly.

1 3951

Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly

1 3021

what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

1918

what is meant by Implicit and explicit requirements?

4050

What is meant by Environmental variables?2 types r there know…can u pls explain clearly?

1 2872

Diff b/n image n bitmap checkpoints?

iGate,

2 4455

Output values? i want a practical example

1718

What is meant by virtual obj and Y do v need virtual obj configuration.

4 5210

can u pls explain me About Driver script.

4 5439

Hi there!!! Im Varun...i've completed my B.Sc in 2013.now im woriking in pharmaceitical company.now i want to shift to IT field..for that ive learned Manual testing.now i want to put 1+ years fake..wat my doubt s can i manage as fresher or any problem???suggest me im confused????

1 3699


Un-Answered Questions { Testing }

What are basic, core, practises for a QA specialist?

2309


What r the features,u take care in prototype testing?

2190


Can you perform regression testing performed manually?

1009


What are the prerequisites to run selenium webdriver?

947


Explain about "Defect life cycle" in HP Quality Center ?

2268


How can I learn to automate testing using selenium?

900


could anyone explain application testing in sequence order i don't have any experience in that

1962


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

2565


What is output value? How many types of output values are there in qtp?

993


Can launch two instances of qtp on the same machine?

1051


What is api (application programming interface)?

1062


What is the descriptive programming?

1979


Write 2 scenarios for System testing?

2082


HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com

1997


what QTP Options do you know?

3358