Saturday 28 May 2016

Negative scenarios for google search page

Access the url: www.google.com

1. Enter negative numbers and click search button.
    ex: '-12'

2. Special Characters
    ex: '#@$'

3. Lengthy Characters
   ex: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa


Search by voice:
Prerequisite: Microphone already connected to system.

4. Click mic button and don't speak anything.


5. Blow air in the microphone, when 'Speak now' message is displayed.


Below are some of the negative scenarios, related to other functionalities.

Negative Scenarios for 'Lift':
1. Enter more than the specified person.
2. press stop before the destination.
3. press opposite button from the source. 
   ex: if on ground floor press down button and vice versa.
4. Bring obstacle when lift doors are about to close.
5. Power off when lift moving downwards.
    ex: 5th floor to 4th floor

Negative Scenarios for 'Glass of water':
- Check by filling the water greater than the capacity, it overflows or not ?
- Place the glass inverted and to fill the glass, water splits outside or not  ?

Wednesday 18 May 2016

Eclipse IDE - Python Interpreter in Eclipse IDE Console

By following the below procedure you can use the 'Python Interpreter' in eclipse console(i.e. we can run the python commands directly in eclipse console).

Prerequisites:

1. Launch Eclipse IDE
    Open 'Windows' --> 'Show View' --> 'Console' to access the console.

2. Console is opened.
    Note: No need of creating any python project, for executing the python commands in Eclipse IDE console.

3. From 'Console' options select 'PyDev Console'.





Now you can see the Python Interpreter in Eclipse IDE console.

Type the commands in console to execute the python commands.

You can even maximize the console for better visibility.