⟩ When you call CoInitialize(NULL) function how it works internally?
CoInitialize will initialize the COM library and will move
the executing thread to a STA or Single Threaded Apartment
Apartment is the logical entity where threads live.
CoInitialize will initialize the COM library and will move
the executing thread to a STA or Single Threaded Apartment
Apartment is the logical entity where threads live.
How do you promote the concept of phase containment and defect prevention?
What is the ONE key element of a Test Plan?
Have you ever converted Test Scenarios into Test Cases?
What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case? Whats is their order of succession in the STLC?
What Technical Environments have you worked with?
What is main difference between smoke and sanity testing? when these are performed? Explain with example?
What are the management tools we have in testing?
Can we write Functional testcase based on only BRD or only Use case?
Who will prepare the Tracebility Matrix?
What is the difference between UseCase and TestCase?