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 test case did u take more time,and difficult to write, in interview they asked, can anyone give the answer please.

1 3506

Write test scenario of calendar.

Citi Bank,

3 18050

Which was the most interesting bug you found.

3091

Explain a bug which if you have missed could have created a big problem.

1 4285

What is test automation?

2225

How to findout the number of spaces with in STRING For Ex : STRING is " RAJ IS A SOFTWARE ENGINEER " Please send me the answer

3 6210

Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )

2 5208

Hi, I am trying to automate the web application for generating Reports.I am facing issue with IE while running the script. After 4 report IE crashes.I am using QTP 9.5 with IE version 7. Can anubody give me solution for this issue. Thanks in advance-Jyotsna

1929

what are the test cases to prove that given figure is triangle?

1 4094

Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance

1897

Who writes "white box " test cases ?

4 7035

Who does integration testing ? Developer or Test Engineer?

7 24557

what is integration testing technique(like topdown,bottomup and hybrid)explain me friends

2 6643

Give two examples of HIGH SEVERITY and LOW PRIORITY.

MAHINDRA,

4 8057

who will prepare the SRS,FRS,BRS, AND When Will they prepare that

4 15056


Un-Answered Questions { Testing }

How do you differentiate between priority and severity of the defect within the project?

1057


Explain the types of object repositorys in qtp?

1167


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

2681


What are the major/ important methods, functions in QTP we use realtime testing

2858


What is the use of an object spy tool in qtp?

1093


Explain xpath absolute and xpath attributes.

1020


What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?

990


How to submit a form using selenium webdriver?

1214


How should we write and execute a user define function using WinRunner.

2205


Can you do without a framework?

1114


How can you find if an element in displayed on the screen?

897


Explain verification?

1159


Explain stress testing?

1135


difference between various black box testing techniques and which test technique is used where????

2219


What are the layers of iSCSI Protocol?

2197