Testing Tools Interview Questions 1 What’s a ‘test case’? Ans: A test case is a document that describes an input, action, or event and an expected response, to determine if a feature of an application is working correctly. A test case should contain particulars such as test case identifier, test case name, objective, test conditions/setup, input data requirements, steps, and …
Continue readingCategory: Interview Faqs
Testing Dictionary
Testing Dictionary Acceptance Testing: Formal testing conducted to determine whether or not a system satisfies its acceptance criteria – enables an end user to determine whether or not to accept the system. Alpha Testing: Testing of a software product or system conducted at the developer?s site by the end user. Affinity Diagram: A group process that takes large amounts of …
Continue readingLoadrunner Interview Questions
Loadrunner Interview Questions Q) How do you debug a LoadRunner script? A) VuGen contains two options to help debug V user scripts-the Run Step by Step command and breakpoints. The Debug settings in the Options dialog box allow us to determine the extent of the trace to be performed during scenario execution. The debug information is written to the Output …
Continue readingPHP Interview Questions
PHP? Interview Questions PHP (hyper text Preprocessor) is a computer scripting language. Designed for producing dynamic web pages, with syntax from C, Java and Perl, PHP code is embedded within HTML pages for server side execution it has evolved to include a command line interface capability and can be used in standalone graphical applications. PHP was originally created by Rasmus …
Continue readingTibco Interview Questions
Tibco Interview Questions 1.What is vcrepo.dat? TIBCO Designer creates a file named vcrepo.dat in the project root directory when you first save the project. This file is used to store properties such as display name, TIBCO Rendezvous encoding, and description. This file can be used for identification in place of the project root directory and can be used as the …
Continue readingPerl Scripting Interview Questions
Perl Scripting Interview Questions What is Perl Scripting? Perl Scripting is one of the robust scripting languages in the IT market which is being used in ?n? of fields. Perl is rich in finding Regular expressions and stands unique in all fields of application. PERL is a scripting language. Since all scripting languages are interpreter based languages but not compiler …
Continue readingShell Scripting Interview Questions
Shell Scripting? Interview Questions What is shell scripting? Shell Script is series of command written in plain text file. Shell script is just like batch file in MS-DOS but have more power than the MS-DOS batch file. It means shell accept command from you (via keyboard) and execute them. But if you use command one by one (sequence of ‘n’ …
Continue readingStruts Interview Questions
Struts Interview Questions 1 Explain the tern? Action Servlet? Ans: In struts technology this class plays the role of controller.controller is responsible for handling all the requests. 2 Define the class? Action? Ans: Action is part of the controller. The use? of this class is to translate the HTTP Servlet Request to the business logic. 3 Explain the? struts Valida …
Continue readingJ2ee Interview Questions
J2ee Interview Questions What is J2EE? J2EE is an environment for developing and deploying enterprise applications.? J2EE is a Java 2 Enterprise Edition. The J2EE platform is one of the richest platforms for the development and deployment of enterprise applications. J2EE specification is defined by Sun Microsystems Inc. The J2EE platform is a set of services, application programming interfaces (APIs), …
Continue readingJMS Interview Questions
JMS Interview Questions and Answers 1 what is messaging? Ans: Messaging is a method of communication between software components or applications. 2 what is JMS? Ans: Java Message Service is a Java API that allows applications to create, send, receive, and read messages. 3 Is JMS a specification or a product? Ans: JMS is a specification. 4 what are the …
Continue readingRMI Interview Questions
RMI Interview Questions 1 what is RMI? Ans: Remote Method Invocation (RMI) is the process of activating a method on a remotely running object. RMI offers location transparency in the sense that it gives the feel that a method is executed on a locally running object. 2 what is the basic principle of RMI architecture? Ans:The RMI architecture is based …
Continue reading
You must be logged in to post a comment.