You have system A and system B. System A send System B a text file. We need to verify that System B has received this text file in full and validate its contens ?How do we do this ?
Latest Answer: 1) If the transfering of file from one system 1 to another SystemB with out Encrption means i/p & o/p file content should be same.2)Check that the naming convention for the File should be correct(i.e) o.p file001.doc,file002.doc,file003.doc etc....3) ...
Which is the most important part in a Test Plan?
Latest Answer: The Most Important part of a Test Plan is Test StrategyA test strategy is an outline that describes the testing portion of the software development cycle. It is created to inform project managers, testers, and developers about some key issues of the testing ...
What are the main contents will take in to consideration while preparing a test strategy for an application which has different technologies used, like in the same application one component is using PowerBuilder
Latest Answer: 1) Test Environmental Setup2) Test Data3) Test Methods to follow4) Test Execution records with different technolgoies and their outcomes (Test Report)5) Bug Report for seperated execution of Test cases. ...
Explain what is SQL Scripting from testing point of view?
Latest Answer: For SQL Scripting, you need to know to following SQL commands/concepts:1. Select2. Insert3. Update4. Delete5. Drop6. Alter7. Join(Inner,outer)8. ViewsThese are the most widely used as per testing perspective. ...
Define scalability in terms of performance testing?
Latest Answer: c)Estimating ...
What is impact matrix? What does it contain?
Latest Answer: Impact matrix handle when changes made in an existing system. That is; keep track of new defect raised due to changes. ...
What checklists to be consider in order to evaluate software sequrity for database, web based interface and software userinterfaces.
Latest Answer: Security Testing: The Process to determine that an IS (Information System) protects data and maintains functionality as intended.The six basic security concepts (Checklist) that need to be covered by security testing are: confidentiality, integrity, authentication, ...
What is the Minimum number of test cases required to prove that an application does not do its work and the maximum number of test cases required to prove that an application does its work?
Latest Answer: Cyclomatic complexity gives the minimum number of test cases that are necessary to check that application does it work as specified.Decision table gives maximum number of test cases that are necessary to check that application works as specified. ...
Say you are working on a release and productions issues occur that are in need of a fast fix, test and deployment back into the production environment.How would you handle that
Latest Answer: Once you find any defect on production, log a defect immediately having "HIGH" priority.Once developer fixes the defect test same issue and do sanity/regression testing depend on the time available. ...
Explain the various steps to conduct Requirements Elicitation process
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top