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 crud testing and how to test crud?

1260

Mention what are the types of documents in sqa?

1198

Explain what should your qa documents include?

1091

Mention how validation activities should be conducted?

1061

List out the roles of software quality assurance engineer?

1090

How to print Duplicate values in Drop Down List

920

what will be the first salary and what will be the hike in the salary?

860

What’s new in selenium 3.0?

1043

What will be the different kinds of locators in selenium?

893

Enlist the components of selenium.

920

What exactly is selenium remote-control (rc) tool?

1057

Describe the purpose of xpath.

994

List some of the operating systems that are supported by selenium webdriver.

848

What’s selenese?

857

What programing language is most useful for creating selenium evaluations?

966


Un-Answered Questions { Testing }

What is client server application testing?

2074


What is your approach when requirements change continuously?

1215


which test strategy your are fallowing in your company?which documents u r using in software development life cycle?

2383


How can you find broken links in a page using selenium webdriver?

909


What’s the difference between verification and validation in testing?

1142


Mention the execution order of test elements?

795


Why is it impossible to test a program thoroughly or in other terms 100% bug-free?

1528


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

4311


List out the technical challenges with selenium?

984


Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance

2272


How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?

977


What is state transition?

1281


What are the different test techniques used in functional testing?

1206


Can you explain equivalence partitioning?

1044


How to switch between frames in selenium?

1046