i completed btech in IT in 2012.i am not good at
programming.i want to do software testing.am i eligible for
the course and how will be my future?please help and than you
Field level test cases are developed using AF TOD to
validate individual fields on a screen using a black box
testing methodology.
IN THIS CONTEXT WHAT IS "AF TOD"
Q) Create Preffered customer: As a customer when i
purchase more than
$5000 in goods since my first purchase, I become a
preffered customer
so that i can receive the benefits associated with that
status.
write bug due for a web app in which a text field "phone
number"
which should allow only 10 numbers,but allows chars,
special char and
more than 10 numbers in to the field?
Need urgent answers for the interview questions?
Interviewer asked 1) when you don't have enough requirements spec how
did you perform testing?
2) once the project went live if you come to know that there is a bigger
defect(bug) what will you do?
3) when there is a bug in the code but not mentioned in the requirement
spec( while testing for some other if you come to know this bug) what will
you do?
I answered these questions but interviewer was not satisfied can any one
please tell me the best answers for these kind of situations. I have other
interview next week so please provide me the answers or can email me the
answers my I'd is tester582@gmail.com. Thanks in advance
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