Answer Posted / arjun
Before I start digging into the topic, let me comprehend the
foreword. When the application is under execution, the end
user mainly utilizes the ‘CRUD’ operations
C: Create – When user ‘Save’ any new transaction, ‘Create’
operation is performed.
R: Retrieve – When user ‘Search’ or ‘View’ any saved
transaction, ‘Retrieve’ operation is performed.
U: Update – when user ‘Edit’ or ‘Modify’ an existing record,
the ‘Update’ operation of DB is performed.
D: Delete – when user ‘Remove’ any record from the system,
‘Delete’ operation of DB is performed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If automating - what is your process for determining what to automate and in what order
Zenq interview questions for manual testing
What is revision history and the content of revision history table?
During alpha testing why customer people are invited?
where do we work with Application, web and Database servers Means which type of applications.
What is desk checking and control flow analysis
Should testing be done only after the build and execution phases are complete?
What is internationalization testing (i18n testing)?
What is difference between V-Model and Agile Model?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
What is Dynamic Binding and Dynamic Loss?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
Inwhat basis the time is allocated for testing the application?