What are the main attributes of test automation?
The main attributes of test automation include reusability, efficiency, accuracy, and consistency. It allows for faster execution of test cases, reduces human error, and enables extensive test coverage. Additionally, it supports continuous integration and delivery, enhances collaboration among teams, and provides detailed reporting for informed decision-making in software development.
What is the relationship between XML Technology and Software Engineering?
I guess you have to learn some basics. Software Engineering is a Engineering discipline and XML is a technology. There is no such relation of those two. XML is using widely in computer programming. E.g. for config. an application, store data.
What Challenges that software engineering face nowadays?
1.heterogeneity
2.delivery time
3.trustworthy
4.business and social change
5.security
6.learn to write multithread application
7.learn how to operate programming tool and environment internally
the waterfall model gives us prototyping , and spirl model gives
us product , so the set of the waterfall accommodat in the spirl to
gives us this product.
What is modality in software engineering?
modality provides information about the participation of a particular data object in relationship.
Explain different types of coding style in software engineering?
Meaningful variable names.
Always use descriptive and meaningful variable names. Don't worry about the length. Meaningful variable names help other people reading your code understand what is going on. Example:
if (a <= = 24)
What is a? This is confusing.
if (vacationHours <= = 24)
See, better.
<li>Variable scope indicated by name.
Code is easier to read and understand if each variable indicates it's scope. One way to do this is to add prefixes to variable names, for example:
Scope = Class member or instance variable: m_hours
Scope = Class static variable: s_hours
Scope = Parameter passed in a method call: p_hours
Scope = local variable to a method: l_hours
Regards
~Anoop
What is the main limitation of the water fall model?
What is the Scope of software engineering?
•The scope of software engineering is extremely broad. In general, five aspects are involved:
-Historical Aspects
-Economic Aspects
-Maintenance Aspects
-Requirements, Analysis, and Design Aspects
-Team Development Aspects
You want advantages and disadvantages of full adder?
http://wiki.answers.com/Q/You_want_advantages_and_disadvantages_of_full_adder"
What are disadvantages of the rational unified process?
What are the applications of a monostable multivibrator?
applications of monostable multivibrator
A monostable is a circuit that will respond to a stimuli only once and only for a period. Its usage can be many depends of applications
Commercial risk is business risk. A business measures risk to determine if investments or projects are worth investing in before they do so.
What are steps to develop waterfall model for railway reservation system?
What are the steps for waterfall model for Railway reservation system
Provide three example of software projects that would be amenable to the incremental model?
Provide three examples of software projects that would be amenable to the incremental model. Be specific.
What is the meaning of constant variables?
Constant variables are variables that, once initialized, do not change in value. They are effectively the same as literal constants, except that you can use symbolic names to make it easier to understand the meaning of the program.
For instance, in a trigonometry program, it is easier to use the identifier PI than it is to use the literal 3.1415926535897932. Also, if you have a constant that might be adjustable, such as a factor in an equation, naming it allows you to change its value by changing only one line of code, rather than seeking out all of the lines of code that refer to the factor.
Constant variables are also candidates for being placed in read-only memory, potentially making the program more secure.
In software engineering field What is Fan-in and Fan-out with reference to program structure?
Fan-in and Fan-out metrics are structural metrics which measure inter-module complexities. Fan-in: the number of modules that call a given module
Fan-out: the numbers of modules that called by a given module
What are facts about a computer software engineer?
The average annual salary for computer applications software engineers was $85,660 per year in 2007. That same year, systems software engineers made an average of $90,780 per year.
Looking ahead, there are expected to be 324,000 new computer software engineers through 2016. Of those, 226,000 will work as applications software engineers and the rest will work as systems software engineers. There should be a total of 1.1 million computer software engineers by 2016.
Volume of pressure vessel formula?
what is the formula for calculating volume of preesure vessels with dishe ends
From management point of view the balanced MIS is an approach to performance measurement that combines traditional financial measures with non-financial measures to provide managers with richer and more relevant information about activities they are managing.
Pro e which is short for Pro/Engineer is the software product of the company, Parametric Technology Corporation. This software is used in the Engineering field to produce and analyze different designs. It is designed to increase the user's productivity in this field.
It stands for INFORMATION SUPERHIGHWAY, a term use to describe internet. It is also called digital telecommunication system or internet telecommunication networks.