what is uml
Answers were Sorted based on User's Feedback
Answer / meenu
UML:
Unified Modelling language is to support a software
development methodology.It is used to specify the coceptual
things of business process
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vedha_sathya
we used this language to design the application
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rp626272
UNIFIED MODELING LANGUAGE
The Unified Modeling Language is fast becoming a required
skill for virtually anybody involved in a software project.
Requirements analysts, software developers, architects, UI
designers, database professionals, testers and project
managers are increasingly being asked to create and consume
specifications written in UML.
| Is This Answer Correct ? | 0 Yes | 1 No |
Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?
TestCase for White Paper?
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
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!!
what are the key challenges of testing?
i have faced this question in one interview.kindly let me know if u know the ans . the ques is the tester have been found 20 bugs in the requirement .after dev. has been fixed 20 bugs again tester retest the bugs he found again 12 bugs dev .fixed 12 bugs keep on its going ..finally its comes zero defects now how will u checking the application stability ..
what is mean by test environment?
What are all the important Key Metrics in Software Testing?
when we are executing the test cases one bug is found.then how will u insert in to the deffect traking tool(in real time how we insert into the deffect tracking tool).please let me know the answer asap plz
TEll me about your company..
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
can we directly write test cases in test directory.