What is Software Engineering? Please do explain in Brief.
Answer Posted / swetcha
Software engineering (SE) is the profession that creates
and maintains software applications by applying
technologies and practices from computer science, project
management, engineering, application domains and other
fields.
Software engineering, like traditional engineering
disciplines, deals with issues of cost and reliability.
Some software applications contain millions of lines of
code that are expected to perform properly in the face of
changing conditions, making them comparable in complexity
to the most complex modern machines.
| Is This Answer Correct ? | 44 Yes | 7 No |
Post New Answer View All Answers
What is test environment?
What is test/qa team lead?
What is loop testing?
How to track the requirement from bugzilla tools? As our project requirement are changing frequestly and all are tracked in bugzilla tool. How to manage all as all project having short term duration. Please reply back ASAP? Thanks in advanced?
What is the main benefit of designing tests early in the life cycle?
When is rtm (requirement traceability matrix) prepared?
Best institute for protocol testing in Hyderabad ? How will be the market for protocol testing ?
What were your testing responsibilities at your previous employer?
What is qa engineer?
What is usability?
repeated testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
When is a test considered to be successful?
What is the difference between Manual Test Plan and the Automated Test Plan?
What is dre?