What is the method used for Parameter Selection & Parameter combination to test API calls
Random input parameter
Sequence inputs
Boundary value conditions.
Data points
What should be selected while creating unit tests from the source class file?
Methods
Functions
Classes
Parameters
What is the deployment item in test initialization Testmethod attribute?
File
Function
Class
Directory to deploy
What is the test that guarantees a specific execution sequence in VSTT?
Web test
Order Test
Load Test
Manual Test
What you need to manage tests or run a large number of tests in VSTT?
Test case window
Test View window
Test Tree window
Test Manager window
What is the test that cannot be contained under order test in VSTT?
Unit Test
What is the window used to view statistics about the elements tested in a test run?
Test case Results
Code Coverage Results
Load Test Results
Manual Test Results
Validating the API is depends on the
Return value of the API.
Updates that the API does to the database tables.
Exceptions that are thrown by the API.
Above all
What is the test that uses environment variables to represent paths to folders that contain files including target executable?
Web Test
Generic Test
How the test engine interprets when generic test return a result of 0 or another number?
0 as Pass
0 as Fail
None
Just a result.
Database unit tests can be created for
All DDL statements
All DML statements
SPs, functions and triggers
DDL & DML
What are the Test Conditions for a database unit test?
Scalar Value
Row count
Empty/not-empty result sets
All of the above
What is the new feature in VSTS 2010 from the below list
Test View
Test List Editor
Test Impact View
None of the above
Data-driven unit tests are configured to be called repeatedly for each row of a data source. Here the data source can be
XML file
CSV file
XLS file
XML & CSV
What is the file that holds the Test results after test execution in VSTT?
trx file
trs file
xml file
database file
What is the reference required to consume the wcf service in test project?
ServiceContract
ServiceClient
ServiceConsumer
OperationContract
What is the view to check the impact of any code change on Unit Test?
Test Management View
Test Impact view
Test List view
How can you use wcf service in test project?
By Add Reference
By Add Service Reference
By Add service as existing item
By add service as existing project
What are all the files generated when used the wcf with svcutil.exe?
Service.cs & App.config
Service.cs & output.config
Services.cs & App.config
Services.cs & output.config
Types of SharePoint Configuration
Standalone
Server Farm
Standalone & Server Farm