21. What is meant by Instance? A Test Case imported from Test Plan module to Test Lab module is called an Instance of that test case. It is possible to …
June 2016
- Interview Questions and AnswersQuality CentreTechnical Interview Questions and Answers
- Interview Questions and AnswersQuality CentreTechnical Interview Questions and Answers
Quality Center (QC) Interview Questions and Answers Part-2
by Sby S11. Is ‘Not covered’ and ‘Not run’ status the same? Not Covered status means all those requirements for which the test cases are not written whereas Not Run status means …
- Interview Questions and AnswersQuality CentreTechnical Interview Questions and Answers
Quality Center (QC) Interview Questions and Answers Part-1
by Sby S1. What is Quality Center used for? Or What are the benefits and features of Quality Center ? Quality Center is a comprehensive test management tool. It is a web-based …
- Interview Questions and AnswersSAP ABAPTechnical Interview Questions and Answers
SAP ABAP Interview Questions and Answers Part-5
by Sby S41. What is the step by step process to create a table in data dictionary? Answer1 steps to create database tables 1.go to se11 2.give name the database table 3.give …
- Interview Questions and AnswersSAP ABAPTechnical Interview Questions and Answers
SAP ABAP Interview Questions and Answers Part-4
by Sby S31. What is the use of pretty printer ? Exactly where can we link the functional module to abap coding. Pretty Printer is used to format the ABAP Code we …
- Interview Questions and AnswersSAP ABAPTechnical Interview Questions and Answers
SAP ABAP Interview Questions and Answers Part-3
by Sby S21. What is DynPro? DynPro is a Dynamic Programming which is a combination of screen and the associated flow logic Screen is also called as DynPro.
- Interview Questions and AnswersSAP ABAPTechnical Interview Questions and Answers
SAP ABAP Interview Questions and Answers Part-2
by Sby S11.What is ITS? What are the merits of ITS?- ITS is a Internet Transaction Server. ITS forms an interface between HTTP server and R/3 system, which converts screen provided data …
- Interview Questions and AnswersSAP ABAPTechnical Interview Questions and Answers
SAP ABAP Interview Questions and Answers Part-1
by Sby S1. What is an ABAP? ABAP (Advanced Business Application Programming) is a high level programming language created by the German software company SAP. It is currently positioned as the language …
- DB2Interview Questions and AnswersTechnical Interview Questions and Answers
Mainframe DB2 Interview Questions and Answers Part-5
by Sby S41) How is a typical DB2 batch pgm executed ? 1. Use DSN utility to run a DB2 batch program from native TSO. An example is shown: DSN SYSTEM(DSP3) RUN …
- DB2Interview Questions and AnswersTechnical Interview Questions and Answers
Mainframe DB2 Interview Questions and Answers Part-4
by Sby S31) How do you leave the cursor open after issuing a COMMIT? ( for DB2 2.3 or above only ) Use WITH HOLD option in DECLARE CURSOR statement. But, it …