programming languages Online Quiz - 58
Description: programming languages Online Quiz - 58 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What is the primary interface that a tester uses to create test cases, organize test plans, track test results, and file bugs when defects are found?
Which of the following is not a capability of Microsoft Test Manager 2010?
TFS reports can be accessed via
Testing check-ins before building can be achieved through
To increase size of a Table Type Collection/Varrays, use ...
Procedure MUST have IN/OUT parameters.
If a Procedure/Package code is getting compiled in the database for the first time and we receive compilation time error, the procedure/package still gets stored in the database. The previous statement is TRUE/FALSE?
VbOk,VbCancel,VbAbort are all the enumerated members of
Which method of VB.NET implements the same functionality of Destructor of C#
VbOk,VbCancel,VbAbort are all the enumerated members of
By default VB.NET delegate refers
which program will you use to assemble a program written in IL:
What is the output of the messagebox function in following code Class Test Dim A, B, C as Byte, Sub Main() A=200 B=100 C=A+B Console.WriteLine ( C ) End sub End Class
How do you Dereference an Object in VB.NET
Which control should not be used for adding Tool tip?
Append,Binary,Input are all the enumerated members of
My.Application.Log.WriteEntry , by default , writes to the file:
A ‘Queue’ Collection provides ‘first-in-first-out’ functionality:
Which of the following NameSpace contains EventLog component?