Software Testing and Web Services

Covers software testing methodologies including white-box, black-box, and grey-box testing, web services concepts (WSDL, SOA, interoperability), and test automation frameworks including test harness and data-driven testing approaches.

20 Questions Published

Questions

Question 1 True/False

Is test Automation framework is an Intellectual Property?

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

The following format can be used for storing the test results

  1. Flat files
  2. XML Files
  3. Flat Files and XML Files
  4. None
Question 3 Multiple Choice (Single Answer)

The following is a UI Automation technology

  1. MITA
  2. UIA
  3. MSAA
  4. UIA and MSAA
Question 4 Multiple Choice (Single Answer)

The following is an example of a Test Harness

  1. WTT
  2. Visual Studio Test List Editor
  3. Maddog
  4. All the above
Question 5 Multiple Choice (Single Answer)

A control on the UI can be uniquely identified, generally, by

  1. Text
  2. Class
  3. Control ID
  4. Label
Question 6 Multiple Choice (Single Answer)

The type of Automation framework that drives the UI based on data present in spreadsheets / Flat files / XML Files is

  1. Data Driven Testing
  2. Keyword Driven Testing
  3. Functionality Driven
  4. All the above
Question 7 Multiple Choice (Single Answer)

Test Harness helps in

  1. Organizing batch execution of Automation scripts
  2. Organizing the test results
  3. Ordering of Automation scripts for execution
  4. All the above
Question 8 Multiple Choice (Single Answer)

Applications are developed using SOA architecture to deliver

  1. Service as functionality
  2. Functionality as service
  3. Software as service
  4. Infrastructure as service
Question 9 True/False

In systems based on SOA architecture, services are platform independent

  1. True
  2. False
Question 10 True/False

In systems developed based on SOA architecture, the services are based on homogeneous technologies

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

Main aim of web services is to support

  1. Security
  2. Reliability
  3. Interoperability
  4. Efficiency
Question 12 Multiple Choice (Single Answer)

What is WSDL?

  1. Web Service Discovery Logic
  2. Web Service Dynamic Link
  3. Web Service Discovery Latency
  4. Web Services Description Language
Question 13 Multiple Choice (Multiple Answers)

Choose, from the following, the technologies used for development of web services

  1. J2EE
  2. WPF
  3. WCF
  4. Silverlight
  5. ASP.NET
Question 14 Multiple Choice (Single Answer)

DoS attack (Security Attack) means

  1. Denial-of-Service
  2. Denial of security
  3. Debugging-of-SOA Web Service
  4. None of the above
Question 15 True/False

SOA and WebServices are same

  1. True
  2. False
Question 16 Multiple Choice (Single Answer)

Testing of Web Services, when they are integrated in to the system is called

  1. Functional Testing – Web Service Application
  2. Functional Testing – Web Service API
  3. Usability Testing
  4. User Interface Testing
Question 17 True/False

Web Services do not have Graphical User Interface

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

The Testing Technique that requires devising test cases to demonstrate that each program function is operational is called

  1. Black-Box Testing
  2. Glass-Box Testing
  3. Grey-Box Testing
  4. White-Box Testing
Question 19 Multiple Choice (Single Answer)

What types of errors are missed by Black-Box Testing and can be uncovered by White-Box Testing ?

  1. Behavioral Errors
  2. Logic Errors
  3. Performance Errors
  4. Typographical Errors
  5. Both B and D
Question 20 Multiple Choice (Single Answer)

The Testing Technique that requires devising test cases to exercise the internal logic of a Software module is called

  1. Behavioral Testing
  2. Black-Box Testing
  3. Grey-Box Testing
  4. White-Box Testing