Hi Frds., i am Nithi here.here in my company i am working
in manual testing ie. application testing only front end
not back end like i will enter datas and check whether the
record gets updated r not.
what kind of testig is this? and some people r working on
scripting languages same manual testing
what is the difference between these two testing?
ans please
thanks in advance
Answers were Sorted based on User's Feedback
Answer / nitu
according to my opinion u r doing functional testing which
is also called "black box" testing. As "black box"
suggests, no knowledge of internal logic or code structure
is required that;s why u can only enter the data in the
database and can't check whether records get updated or no.
and those people who r working with scripting language they
must know the internal logic of the software we can say
that they r doing "white box" testing in which the test
written based on the incorporate coverage of the code
written, branches, paths, statements and internal logic of
the code.
hey, pls reply
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shalini
U r doing blackbox testing.blackbox testing means testing
the application with out any knowledge on the code.
Scripting langauges are used in tool i.e WinRunner and QTP.
In winRunner scripting language is TSL(Test Script
Language) and in QTP scripting language is VB script. The
difference b/w these two languages is TSL is like 'C'and
QTP is Object oriented langauge.
For suppose u will do same form functionality by
giving data every time.But with tools we will save that
script and repeat it ,when we wants.
any mistakes, sorry.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkatesh
hi nithi,
accoring o me u r working in functional testing and
scripting in manual is Api testing.
if any mistakes please corrcet me
| Is This Answer Correct ? | 0 Yes | 0 No |
tell me 4 test case technics ?
What is a test data? Give examples
What thing should be tested in regresson testing?
What are the main key components in web applications and client and server applications?
When will the testing starts? a)Once the requirements are complete b)In requirement phase
What is backward compatibility testing?
Can any one explain the difference between test scenario and test case.
1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?
How do you go about going into a new organization? How do you assimilate?
entry criteria and exit criteria for unit testing, integration testing, system testing and uat
Tell me about the worst boss you've ever had.
For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case