How do you write a test plan?
Answer / vijay
Before writing "Test plan" you have to look into
on "Functional specifications" . functional specifications
inturn depends on "Requirements". so one should have clear
understanding of requirements and functional specifications
to write a test plan.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is the Program Data Vector (PDV)? What are its functions?
how could you generate test data with no input data? : Sas programming
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
what is ae onset date n what is RDS
How would you delete duplicate observations?
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
what is Global Symbol table and Local symbol table?
how to import HTML files into SAS datasets?
Under what circumstances would you code a SELECT construct instead of IF statements?
What is the difference between where and if statement?
What system options would you use to help debug a macro? : sas-macro
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?