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 |
how can test the entire web site?
You're in the execution phase and after executing many test cases..you're not able to find any defect..not even a single defect. What will you do?
Where do you get your expected results?
how we receive the build ? will there be change in version for every single bug the developer fixes ?
who are all participate in preparing SRS documents? what are the datas present in SRS documents? who will create test plan ? what are the inputs for test plan & test case?
What are the differences between stlc and sdlc?
in which Software Life cycle phase does testing occur?
What is Check list for review test cases ?
Which is the best institute for testing tools in hyderabad ? mindq or akhilreddy or qa planet?
what is verification and Validation?
you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.
What is meant by Risk Analysis?