1.In which all environments QTP comfortably works? Based on the technologies, add-ins, and platforms, QTP chooses the environment to work on. QTP can work on the given below environments − …
Technical Interview Questions and Answers
- Interview Questions and AnswersQTPTechnical Interview Questions and Answers
- Interview Questions and AnswersQCTechnical Interview Questions and Answers
QC Interview Questions and Answers For Freshers Part-5
by Sby S41.What is Purge Run? Purge Run is a process used to delete old test run result in project. We can delete the test runs that are old or even a …
- Interview Questions and AnswersQCTechnical Interview Questions and Answers
QC Interview Questions and Answers For Freshers Part-4
by Sby S31.What is the use of HP Sprinter? Sprinter is manual testing utility that is integrated with HP ALM more effectively. It helps us to record and fast farward manual testing. …
- Interview Questions and AnswersQCTechnical Interview Questions and Answers
QC Interview Questions and Answers For Freshers Part-3
by Sby S21.Can you switch between two projects in ALM? Testers can switch between ALM projects by navigating to Tools >> Change Projects >> Select Project.
- Interview Questions and AnswersQCTechnical Interview Questions and Answers
QC Interview Questions and Answers For Freshers Part-2
by Sby S11.Is it possible to maintain test data in ALM? Test data can be stored in a seperate file(say excel sheets) and uploaded along with the test cases or it can …
- Interview Questions and AnswersQCTechnical Interview Questions and Answers
QC Interview Questions and Answers For Freshers Part-1
by Sby S1.What is ALM / Quality Center and why it is used? ALM was formerly known as Quality center, a popular test management tool which is developed using J2EE with backend …
- Interview Questions and AnswersPL/SQLTechnical Interview Questions and Answers
PL/SQL Interview Questions and Answers For Graduates Part-5
by Sby S41.What do you understand by explicit cursors? Explicit cursors are defined explicitly using the CURSOR statement, with a general syntax − CURSOR cursor_name [(parameters)] IS query_expression; It allows processing queries …
- Interview Questions and AnswersPL/SQLTechnical Interview Questions and Answers
PL/SQL Interview Questions and Answers For Graduates Part-4
by Sby S31.Say True or False. If False, explain why. A trigger can execute the COMMIT, ROLLBACK, or SAVEPOINT commands. A trigger cannot execute the COMMIT, ROLLBACK, or SAVEPOINT commands.
- Interview Questions and AnswersPL/SQLTechnical Interview Questions and Answers
PL/SQL Interview Questions and Answers For Graduates Part-3
by Sby S21.Say True or False. If False, explain why. PL/SQL supports the CREATE command. False. PL/SQL doesn’t support the data definition commands like CREATE.
- Interview Questions and AnswersPL/SQLTechnical Interview Questions and Answers
PL/SQL Interview Questions and Answers For Graduates Part-2
by Sby S11.Which of the following operator has the lowest precedence among the following − **, OR, NULL ? OR