What is manual testing?Is any different types of testing in
this?
Answers were Sorted based on User's Feedback
Answer / srividya
Total testing process means all phases of STLC like
test planning,test design,test execution,result
analysis,bug tracking,reporting are done only through
absolute manual effort this type of testing is called
manual testing.
In manual we have many types of testings like
functional testing,regression testing,re testing,adhoc
testing,gui testing,monkey testing etc...
| Is This Answer Correct ? | 33 Yes | 4 No |
Answer / anil kesanupalli
Manual Testing is nothing but... Testing the application
without having any internal logic of the code. Also known
as Black Box Testing.
There are different types of testings in it like
Functinonal Testing, System Testing, Regression Testing,
Retesting, UAT and so on....
| Is This Answer Correct ? | 19 Yes | 6 No |
Answer / amrita
Testing is t0he process of analizing & operating software
product with intention of finding bugs in spftware.
Manual testing includes process which ony done by operating
sftware by manully ,& finding erors in it without usng any
tesing tools. Tyes are
Unit testing
Interstion Testing
System Testing
Acceptance Testing
Regression Testing
GUI TEsting
Usabitity Testing
Functional TEsting
Smoke TEsting
& so on........
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / satyaprasad
testing the application or build manually with out using
any tool ,wether the application is fulfiling the client
requirements or not is called manual testing
it has 3 catagories of testings
1)Usability testing
2)Functionality testing
3Non functionality testing
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / vilashini
Manual Testing is the process of writing testlogs without any help of automated tools
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / vennela
It Is defined as the way of testing in which phases of STLC
like test planning, test designing, test executing, result
analysis, bug tracking and repoting are access with
absolute manual effort.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / satyanarayana
it is defined as testing the application with out
considering any logics in code and we just test the
application with out using any tools like load runner,neo
load etc.
we have so many types manual testing like
functional,regression,adhoc,smoke testing etc..
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / priya rajpoot
Testing the application without using any automated tool or verifying the functionality of an application against requirement specification is called Manual Testing.
There are different types of testing:
1.White Box Testing: Done by developer itself and also called as Unit Testing, Structural Testing etc.
2.Gray Box testing
3.Black Box Testing: It includes Functional, Integration, System, Smoke, Adhoc, Acceptance Testing etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naga
manual testing can be done manually by entering the test
data on the corresponding fields and validate whether it
accepts the data r not. finding bugs without any
automation tools .
types of manual testing is common for both manual and
automation on functionality tseting but on non
functionality testing like load,stress,performance r all
effective while using tools like loan runner.
| Is This Answer Correct ? | 0 Yes | 8 No |
When the relationship occur between tester and developer?
what are the minimum requirements to start testing ?
What is formal testing?
What is the clear meaning of test case, levels in test case ? contents of test case
online demo for bug tracker tool(let me know the website)
Can you please explain me about the types of Reviews?And which reviews are done by whoom?like Author,moderator etc..? Thanks for posting the Answer...
Explain Operational Acceptance Testing with example ?
Define brain stromming?
one module contains 3 screens like entry , exit & trasaction. u can perform operations by using these screens and u save that changes but those screens are not displaying on the desktop then how u can assign the seviority?
Wht is Testing Frame work.Is it same in the Manual and Automation testing. can body can explain it in detail.. Thanks in advance G Laxmi narayana...
what is the testcase review?
What is CRUD testing