How you will test only 3rd level of mario game
There is a task that you want to test the mario game and there are 3 levels in this game but you only want to test the 3 rd level of this game without going through 1st level to 3rd level.What will be the approach to solve this?
What should be responsibility and scope for system integration testing
I am strongly against the point "Developers are responsible for System integration testing". UNIT testing is the only testing area of developer. It should be modified as "Unit testing on integration of systems is responsibility of developer"
I am not satisfied by your answer, SIT is end to end testing and is done by tester.
Difference between test scenario and test case?
Test scenario gives the idea of what we have to test for eg: a login page.one test scenario will be" verify the functionality of the username textbox". test scenario is a high level design doc which i...
It is a document, which describe the sequence on which test cases should be executed
There are 3 mandatory fields and 3 optional fields :how many possible testcases can be written?
There are 2 positive testcases i.e
1) Enter all the Fields with valid data(Mandatory and Optional fields).
2) Entering only mandatory fields.
1.3 mandatory and 3 optional field
2.3 mandatory field and 2optional field, leaving one field blank
3.3 mandatory field and 1 optional field, leaving two field blank
4.3 mandatory field and all 3 optional field blank
Other factors are:-
1. check for all TC are executed
2. check that all defects are in closed status
3. check that all the quality measures mentioned in Test plan is covered.
last one is check for functional requirement are tested or not
1. Check whether all the passes have been completed.
How can we test a "unsubscribe" feature of a "package based system" for mobile company
Let say we have a package "abc" which expires after every month automatically, but a user wants to unsubscribe earlier before the expiry date, and for this he has a command "unsubscribe" which he send through from his mobile phone to the company. basically we want to test the "unsubscribe" functionality...
What is testing scenario ? What is scenario based testing? Can u explain with an example ?
A scenario test is a test based on a hypothetical story used to help a person think through a complex problem or system.
There are many answers here but in it's most simplistic definition, a test scenario is 'what' you are going to test for and what your 'end' expected result is. Test scenarios must be written in such a...
How to test a scenario where the application expires at 12 midnight
There is a scenario to test a application if it expires at midnight,since I cant wait until midnight is there a way to test this application during day???
You should use both the cases (sql query and changing system date) to test this requirement. You could create a macro for the SQL query and run it each time you'd like to test it.
if they validate only 12 o clock then we can change the system date to 12 o clock and test the application.
Firstly I would make sure that it is a valid defect and has specific requirements attached to the same. If it is valid,then I would make sure that since it does not have a tets case,would talk with th...
In my project, I have reported such type of bugs through reporting to my project manager at client site.
Defined the severity for the bugs and defined the steps to reproduce the issue which helps for future as well.
Generally, I have done while executing EXPLORATORY TESTING.
Suppose you go to a web application and launch an application but hit a blank page. How will you troubleshoot this problem?
Web applications have multipple Http error codes that will help trouble shoot the issues. example 404 Error, 500 Internal Server error In this case where we have a blank page, 1) we will try it in mu...
Card validation (client & server)
Card validation is given for you for testing. What you would test in client validation and server validation?
On the client we make sure the field validations for the credit card number are based on card type . (Ex: VISA 16 digits, AMEX 15, etc) Credit card expiry date should always be current date or above C...
Given an yahoo application how many test cases you can write?
The number is undefinable. We can write as many test case we need that is relevant to the requirements. e.g some test cases can be broken down into small test cases... Etc.,'
The answer to this question depends on: 1) My role in the company2) The purpose of the application3) My knowledge of the industry that the application serves4) The value the application has to the com...
Testing scenarios : how do you know that all the scenarios for testing are covered?
Test Scenario is the high level explanation of the functionality.
Test Scenario contains number of Test cases which inturn test cases contain Test steps.
If the tester is able to complete all the test cases execution related to the test scenario, then we can say the test scenario testing is covering.
Software Testing can never be completed but we see to it all the requirements mentioned in the SRS,LLD(Low Level Design) are there in the test scenarios. All the major functionalities have been covered in the scenarios.
Notepad "save as" functionality
What are the different scenarios that can be identified for testing a simple notepad save as functionality? The save as does navigate to the file name and file path. Given these two fields what are the various scenario that can be applied for testing?
1. Can save Notepad as csv format
2. Can save Notepad as vbs format
3. Can save Notepad in different locaion including portable drives
Functionality Testing means you are testing the system to make sure it is functioning correctly. For eg. login in a page. Are you able to login correctly with the username and password.Another example...
GUI Testing: Test if the objects are displayed exactly how they are supposed to display.Fuctional testing: Test if the GUI objects are functioning correctly, fulfilling the purpose for which they are ...
Test cases would be based on the requirement documents. Based on the requirements we would be able to create the functional test cases, User Interface test cases, Messages etc. For eg. the types...
Let me add to the obvious conventional non-functional tests, this functional test: Verifying page rank by convention and by popularity using keyword and keyphrases. Doing this for text, images, and videos.
While using QTP for database testing and db used is Oracle and the transition is made to SQL, so now how this will affect the automated scripts?
Create end to end business scenarios and execute the scenarios to perform the regression testing of a telecommunication business.
1. You can excute your test cases manually.
2. Regression purpose only you can case automation.
Any company before going to start automation, first excute the test cases through manually.
Yes you can execute the bug first with Manual, Later with Automation Tool (winrunner) with scripts with multiple data sets (data driven, parameterization, etc....)
A Software Design Document (SDD) is intended to coordinate the efforts of a large team under a single vision by outlining all parts of a software and how it will work. It contains...
@ ravikumar
Yes... Integration testing will be done by Developers...
Unit testing : Dev
Module testing : Tester
Integration : Dev
System : Tester
UAT : Client
Thanks.
Srinivas
I test based on the trial version or else am tell based on the 3rd level game pictures.
If all the levels are handled separately, then we can change the status from the backend i.e the database and then test the 3rd level of the game.