Please let us know With out GUI features how to test the
application
Answers were Sorted based on User's Feedback
Answer / rajendra prasad reddy
Some softwares not require GUI (Front End)
These softwrae are called as Middlewares or Engines.
These engines or back end software will be linked to some
front end applications.
These back end software typically process the input
paramaters and generates output(XML form).
To test like this softwares we have to prepare some
interface using HTML forms to post the paramaters for
processing.
For example:
A online shopping site offers different types of products
for sale,
When we click on 'Buy' button the online shopping site will
send customer paramaters to billing engine for processing
transaction.So here the Online shopping portel just
provides a front end and passes the user data to other
billing engine.This data is:
Product ID selected by the user,
Prouct Price,
Time of transaction,
His Credit card Number..etc.
So billing engine processes the transaction and returns the
transaction status to shopping portal.
ok
byee
Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sailaja
Let us assume that your front end application is yet to
ready where you can perform the test. Still you can
interact with the database where the data is going to be
stored using structured query langues. You can peform most
of the operations like insert, retired, delete data
into/from the tables. You can also perform the filter
operations using conditions.
| Is This Answer Correct ? | 3 Yes | 1 No |
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?
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
Tell me the Severity and Priority for the following Case. Login Page is not opening for the First Time - For Valid inputs and the login page is opening for the second time for valid inputs.....
Difference between the stress and load testing?
what is an inconsistent bug?
Would u provide the exact differences of test case and test conditon 2)test case and use case 3)test suite and test scenara
What's the exact meaning of quality
20 Answers AppLabs, QCA, Textiles,
What is Memory Testing> Do you perform ever memory testing on Desktop or Web application ?
1. what is baseline document , can you say any two ?
Notepad(Editor),we test is which type of testing? a)Functionality Testing,b)Compatability Testing,c) All,d) None
Can anyone give me the example of 1. High severity & low Priority bug 2. Low Severity and High Priority bug 3. High Severity and High priority bug