wasim nawab ali


{ City } pune
< Country > india
* Profession * software engineer
User No # 107997
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 0
Questions / { wasim nawab ali }
Questions Answers Category Views Company eMail




Answers / { wasim nawab ali }

Question { ADP, 6201 }

Differencr Between DELETE and TRUNCATE?


Answer

1) Delete command maintained the log files in each deleted row but truncate command do not maintained the log files for each deleted row but maintain the record for DE-allocation
of data-pages in the log files

2)Delete is a DML command and truncate is a DDL command.
3)Trigger is fired in case of delete command only but they are not fired when truncate command is used.

4)you can used where clause in case of delete command use to delete a particular row,
but you can not use where clause in case of truncate command use to delete a data from rows.

5) Truncate command reset the identity property to its initial values whereas delete command can not reset its identity property of its column.

Is This Answer Correct ?    0 Yes 0 No

Question { MTN, 7569 }

Based on what doccuments do you start scripting?/ Testing?


Answer

Based on SRS ,FRS and BRS document we can start testing activity in our project.

Is This Answer Correct ?    0 Yes 0 No


Question { Cap Gemini, 8428 }

What is verification and validation in software testing?
explain with examples?


Answer

verification: Verification is the process to verify whether we are follow right process or not to develop or test the application.


Validation: Validation is the process to verify whether we are develop right application or not.

Is This Answer Correct ?    1 Yes 0 No

Question { Student, 11263 }

Hi can anyone Explain smoke testing with real time examples


Answer

Smoke testing is like checking for the blocker in the application,this is done in for major functionality of the application for example if we are not able to login then we are not perform further testing in the application.

sometimes smoke testing also known as build acceptance testing,becoz if the basic functionality of the application is fail den we are not perform further testing on the application

Is This Answer Correct ?    5 Yes 0 No