How did you test the developed objects?
Answers were Sorted based on User's Feedback
Answer / guest
I was testing a developed object. There are two types of
testing
- Negative testing
- Positive testing
In negative testing we will give negative data in input and
we check any errors occurs.
In positive testing we will give positive data in input for
checking errors.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sukhbir
Generally,A Abaper will do only unit testing...
testing is done with the provided data at the time of
development to check u'r changes..
IF u have to write a code to add A and B to get c.
after writing the code ,u will run the program with
provided data to check the desired output..
input a= 1
b = 2.
c = 3 ..
unit test is correct !!!done ...dev completed.
u hav code the requirement..
Regresion testing and integration testing will be done by
function consultant...
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subeesh kannottil
There are a lot of things to check when doing a testing like
validations which is the most important part.For Example a
phone number should not be more than 12 digits because we
have declared it as char(12) in the table and in the module
pool screen we should only give space for the 12 characters
.When creating a purchase order the dates are important the
end user should not be able to create a purchase order for
the dates prior to the system date.(i,e today).We should
test with the wrong answers more than the correct answers.
Is This Answer Correct ? | 0 Yes | 0 No |
What is CTS and what do you know about it?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
16) Is BSEG and BKPF transaparent tables?
What are the methods of interfacing to SAP
suppose uploading the flat file data using bdc program when error is occur then what vil u do
1-What is a Text Table?
how to debug user exits?
How do you get help in ABAP?
Double click function on the lists, identifying the line selected by the user on the list?
What is the modification assistant?
what is the t-code to link technical and functional operation?
in real time with the help of scripts what we can do?