what is meant by negative testing..give me one example?
Answer Posted / kishore
Negative testing is nothing but testing the functionality
of an application by giving the invalid inputs. the main
intension of the negative testing is we have to test the
application against the specifications.
Ex: If a text box is accepting only positive integers.
invalid inputs:
1. entering negative values.(-1,-4,-8,-6)
2. entering alphabets.(w,v,y,u,)
3. entering special symbols.(@,$,&,!)
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Why we do load and performance testing?
create a daily status report or list the items you will cover in a status report
Explain functions of quality assurance department.
What are the actual QA processes run in software compamy ?
Differentiate ad-hoc testing and exploratory testing?
hi , This is krish from chennai . i like to do istqb certification for foundation level . if any one have material for that kidely help me. just send me the material to krishmca29@rediffmail.com. thanks is advance for sending .
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
What is meant by Factory testing?? I have seen this one in a Job posting
What kind of things that forbidden to do by a SQA Tester if He/ She don’t want to get fired?
What is capture/replay tool?
What are basic, core, practises for a QA specialist?
Where I can get ITB/ISTQB sample question paper?
Mention how validation activities should be conducted?
Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)
I have to write a User Story for a customer withdrawing cash out of an ATM. Can you send me some examples PLEASE. I appreciate your assistance.