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 value of a testing group? How do you justify your work and budget?

1 3671

What are the roles of glass-box and black-box testing tools?

CTS,

2142

What are the key challenges of testing?

2 7267

Have you done exploratory or specification-driven testing?

1 5218

How do you prioritize testing tasks within a project?

4 13130

When should you begin testing?

Wipro,

5 8337

Do you know of metrics that help you estimate the size of the testing effort?

1 5436

How do you scope out the size of the testing effort?

2373

Who should you hire in a testing group and why?

1 4472

What is the testing lifecycle and explain each of its phases?

4 8351

What is Negative testing?

5 8404

What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?

2063

Define each of the following and explain how each relates to the other: Unit, System, and Integration testing.

1 4335

Explain the differences between White-box, Gray-box, and Black-box testing.

6 24767

When are you done testing?

TCL,

4 10628


Un-Answered Questions { Testing }

How to Rcognize the Objects in the Web Page Dialog Using QTP

2509


What is stored in a test frame?

1117


There is very little time to test due to the development team delay how will you handle this situation?

2172


What is the syntax of finding elements by id using css selector?

923


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

4298


Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932

2058


What’s selenese?

849


Explain the concept of object repository & how qtp recognizes objects?

1132


Actually by using severity you should know which one you need to solve so what is the need of priority?

1237


What are the different types of drivers available in webdriver?

960


To test a function, what has to write a programmer, which calls the function to be tested and pass test data.

1072


What is software failure?

1153


How to test the cpu usage on mobile devices?

1115


If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?

2169


i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.

2022