COEPD Forum

Business Analyst => Business Analyst Concepts Discussion => Topic started by: Bhanu Teja Nukala on August 24, 2018, 02:20:31 AM

Title: Business Analyst Topic
Post by: Bhanu Teja Nukala on August 24, 2018, 02:20:31 AM
Difference between Verification and validation.
Title: Re: Business Analyst Topic
Post by: 1181279905 on August 27, 2018, 07:47:44 PM
Verification is a static practice of verifying documents, design, code and program. while, Validation is the process of evaluating the final product to check whether the software meets the customer expectations and requirements.
Title: Re: Business Analyst Topic
Post by: 1180283006 on September 03, 2018, 07:01:07 PM
Correct. Verification does not involve executing the code but Validation requires execution. Inspections, reviews and walk-throughs are examples of verification. Validation examples are black box testing
Title: Re: Business Analyst Topic
Post by: viswanathan on September 04, 2018, 11:54:49 AM
What is meant by scope?where it comes?what is scope in and scope out?
Title: Re: Business Analyst Topic
Post by: 1170944712 on October 29, 2018, 11:36:43 AM
And can someone help me with an example for Verification as well
Just for understanding purpose.
Title: Re: Business Analyst Topic
Post by: 1180810409 on October 31, 2018, 04:49:35 PM
Verification

As per IEEE-STD-610: Definition
 “A test of a system to prove that it meets all its specified requirements at a particular stage of its development.”
The Process of   
Ensuring we are developing the product according to specifications.
Involves      
Little or no code execution
Activities Include
Reviews, Walk through, Inspections, Desk-checking, etc.
Activity Type      
Low-level
Method/Process Type
A static method of checking documents and files
Target         
Application, software architecture, specifications, complete design, high level and database design, etc.
Primary Responsible   
BA, Technical Architect, DB Architect, Tech Lead


Validation

As per IEEE-STD-610: Definition
 “An activity that ensures that an end product stakeholder’s true needs and expectations are met.”
The Process of      
Testing and validating the actual product to ensure we have developed it correctly.
Involves         
Code execution
Activities Include   
Black box testing, white box testing, non-functional testing, etc.
Activity Type      
High-level
Method/Process Type
A dynamic process of testing the real product
Target         
Actual product.
Primary Responsible   
QA team


Title: Re: Business Analyst Topic
Post by: Adithya Mahendra on February 25, 2019, 10:53:01 AM
The simple difference between a verification and validation is:

Validation:

To check whether the solution arrived is right for the product..

Verification:

To check whether the solution has delivered the right product.
Title: Re: Business Analyst Topic
Post by: 1191940101 on March 23, 2019, 09:06:21 AM
verification:
 is process of evaluating s/w to determine compliance with specified requirement.
Validation:
 is the products of given s/w development activity to determine correctness and consistency with respect to the products and standard provided as input to that activity.
Title: Re: Business Analyst Topic
Post by: 1191940001 on March 30, 2019, 02:56:49 PM
How to gather requirement as a business analyst ?
Title: Re: Business Analyst Topic
Post by: 1190687607 on August 25, 2019, 03:23:06 PM
Verification
1.Process of Evaluating Product of development phase
 2.Done by QA Team
3.No Execution of Code
 4.Carried out before Validation
 5.Cost of error fount is less in this phase
Validation
1.Process of Evaluating Software at the end of development phase
2.Done by Testing Team
3.Execution of Code
4.Carried out after Verification
5.Cost of error found is more in this phase

Title: Re: Business Analyst Topic
Post by: 1191403409 on October 13, 2019, 07:45:04 PM
what is Scrum Retrospective?
Title: Re: Business Analyst Topic
Post by: 1191403409 on October 13, 2019, 07:46:13 PM
what is sprint backlog?
Title: Re: Business Analyst Topic
Post by: 1191649002 on October 23, 2019, 01:55:27 PM
when a Business analyst draws  the use case diagram for a particular use case, there would be conditional flows, is this not a unit testing from the BA perspective ?
Title: Re: Business Analyst Topic
Post by: 1192357311 on December 17, 2019, 05:42:37 PM
Verification: It comes in each step while developing an application
Validation: It is the final step in the application development before it reaches to the client.
Title: Re: Business Analyst Topic
Post by: M Vinay Kumar on December 26, 2019, 04:06:59 PM
What is meant by scope?where it comes?what is scope in and scope out?
Scope or Project scope is a term used to describe major deliveries of the project including high level requirements, delivery mile stones,
assumptions and constraints.
In Scope means the requirements that you required
Out Scope means that requirements that are removed from the projects to dues usages of excess project resources
Title: Re: Business Analyst Topic
Post by: 1200473701 on May 11, 2020, 12:01:53 PM
Verification can be used as an internal process in development, scale-up, or production. On the other hand, validation should be used as an external process to get the acceptance of fitness with stakeholders.
Title: Re: Business Analyst Topic
Post by: 1202990202 on May 30, 2020, 11:27:01 AM
Verification is a practice of verifying documents, design, code. while, validation is the process of evaluating the final product to check whether the software meets the customer expectations or not
Title: Re: Business Analyst Topic
Post by: 1212081703 on June 10, 2021, 04:05:08 PM
Business analyst topics are given below:
Corporate Mission & Vision Statements.
Generic Strategies (Porter's Model) and Intensive Growth Strategies.
Corporate/Organizational Structure.
Corporate/Organizational Culture.
SWOT Analysis.
Five Forces Analysis.
PESTEL/PESTLE Analysis.
Marketing Mix (4Ps)
Title: Re: Business Analyst Topic
Post by: 1212081803 on June 16, 2021, 01:05:49 PM
Project scope is the part of project planning that involves determining and documenting a list of specific project goals, deliverables, tasks, costs and deadlines.

project in scope means the tasks that ate involved in the project .

project out scope means the tasks that are not involved in project but they are acting on the project
Title: Re: Business Analyst Topic
Post by: 1212081803 on June 16, 2021, 01:15:23 PM
verification is done at any stage of project while the project running on .but validation is done at final outcome
Title: Re: Business Analyst Topic
Post by: 1212490804 on July 14, 2021, 11:40:05 PM
Verification is the process to ensure whether the product that is developed is right or not. It verifies whether the developed product fulfills the requirements that we have. Verification is static testing.
Verification means Are we building the product right?

Validation is the process of checking whether the software product what we are developing is the right product. It is validation of actual and expected product. Validation is the dynamic testing.
Validation means Are we building the right product?
Title: Re: Business Analyst Topic
Post by: 1210179203 on July 25, 2021, 11:50:31 AM
verification : One of the most important phases of software development, verification is static and includes substantiation of all the necessary documents, code, design and program

validation : It is a dynamic process that evaluates a product on parameters that help assess whether it meets the expectations and requirements of the customers
Some common methods of conducting validation are black box testing, white box testing and gray box testing
Title: Re: Business Analyst Topic
Post by: 1210179203 on July 25, 2021, 12:16:49 PM
The main difference between activity diagram and flowchart and control flow  is that an activity diagram is a UML behavior diagram that represents the workflow of stepwise activities of the system while a flowchart is a graphical diagram that represents the sequence of steps to solve a problem and control flow is is a diagram to describe the control flow of a business process, process or review.
Title: Re: Business Analyst Topic
Post by: 12125186412 on February 03, 2022, 09:29:47 PM
Verification process includes checking of documents, design, code and program
 Validation process includes testing and validation of the actual product.
Verification checks whether the software confirms a specification
 Validation checks whether the software meets the requirements and expectations
Title: Re: Business Analyst Topic
Post by: 12128136508 on February 10, 2022, 12:33:08 AM
In simple words, verification is the process to ensure whether the product that is developed is right or not.
- whether it is fulfilling the requirements that we have.
validation is the product of checking the validation of the project in the sense it checks what we are developing is the right project.
Title: Re: Business Analyst Topic
Post by: 12125186612 on February 10, 2022, 10:37:48 PM
Verification is a static practice of verifying documents, design, code and program. while, Validation is the process of evaluating the final product to check whether the software meets the customer expectations and requirements.
Title: Re: Business Analyst Topic
Post by: 12126132607 on February 11, 2022, 06:31:44 PM
Verification

It is a internal quality process to determne the compliance with a specification i.e the solution delivered right product.

Validation

It is to check whether the user requirements are met i.e the solution is right for product.
Title: Re: Business Analyst Topic
Post by: 12215200701 on February 28, 2022, 02:04:26 PM
Verification
1)It includes checking documents, design, codes and programs.
2)Verification is the static testing.
3)It does not include the execution of the code.
4)Methods used in verification are reviews, walkthroughs, inspections and desk-checking.
5)It checks whether the software conforms to specifications or not.
6)It can find the bugs in the early stage of the development.

Validation
1)It includes testing and validating the actual product.
2)Validation is the dynamic testing.
3)It includes the execution of the code.
4)Methods used in validation are Black Box Testing, White Box Testing and non-functional testing.
5)It checks whether the software meets the requirements and expectations of a customer or not.
6)It can only find the bugs that could not be found by the verification process.
Title: Re: Business Analyst Topic
Post by: 12208202501 on May 14, 2022, 04:19:50 PM
Validation is the process of checking whether the specification captures the customer?s requirements, while verification is the process of checking that the software meets specifications.
Title: Re: Business Analyst Topic
Post by: 12215203601 on May 16, 2022, 06:39:51 PM
Validation is the process of checking whether the specification captures the customer's requirements, while verification is the process of checking that the software meets specifications.
Title: Re: Business Analyst Topic
Post by: 12228258603 on August 10, 2022, 11:35:37 AM
The business analyst position requires both hard skills and soft skills. Business analysts need to know how to pull, analyze and report data trends, and be able to share that information with others and apply it on the business side. Not all business analysts need a background in IT as long as they have a general understanding of how systems, products and tools work. Alternatively, some business analysts have a strong IT background and less experience in business, and are interested in shifting away from IT to this hybrid role.
According to IIBA  some of the most important skills and experience for a business analyst are:
?   Oral and written communication skills
?   Interpersonal and consultative skills
?   Facilitation skills
?   Analytical thinking and problem solving
?   Being detail-oriented and capable of delivering a high level of accuracy
?   Organizational skills
?   Knowledge of business structure
?   Stakeholder analysis
?   Requirements engineering
?   Costs benefit analysis
?   Processes modeling
?   Understanding of networks, databases and other technology

Title: Re: Business Analyst Topic
Post by: 12221291005 on August 10, 2022, 03:02:17 PM
a Sprint backlog is a list of work items your team plan to complete during a project sprint. these items are usually pulled from the product backlog during the sprint planning session.it is a subset of product backlog and its own by development team.
Title: Re: Business Analyst Topic
Post by: 12221291005 on August 10, 2022, 03:11:13 PM
where we write test cases in jira?
Title: Re: Business Analyst Topic
Post by: 12214260704 on August 17, 2022, 03:15:20 AM
Fixed Bid Model ? Client and IT company will go through a meeting to estimate and quantify the work and time for the project and then the price is decided as per the estimation. In this model, price or budget will go same throughout the project.

Billing Model ? Resources are billed on hourly basis to the client. Here client crosscheck the bills submitted by the resources and pay accordingly. In this model, pay will be decided on the account of work given by the particular resource of that particular hour.
Title: Re: Business Analyst Topic
Post by: 12214265305 on August 18, 2022, 03:14:56 PM
Validation is that the process of checking whether the specification captures the customer's requirements, while verification is that the process of checking that the software meets specifications.
.
Verification involves reviews to make sure the requirements are correct and Validation is the actual testing techniques to ensure that the requirements are correctly implemented.

Verification testing is executed by the standard assurance team to make sure that the product is developed according to customers' requirements. Validation testing is executed by the testing team to check the application. Verification is completed before the validation testing.
Title: diktek dating site
Post by: Michaelvah on August 19, 2022, 10:04:59 AM
diktek dating site 
 
>>>Write only if you are serious! Shanta.Age 19.
My new photos and sexy videos here.<<< (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum)
 
>>>Click!<<< (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum)
 
(https://www.globalladies.com/Photos/52084/GL52084788-a5.jpg) (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum) (https://www.globalladies.com/Photos/52084/GL52084788-a6.jpg) (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=&sub_id_1=xru&source=forum)
 
>>>Write only if you are serious.
My new photos and sexy videos here.<<< (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum)
 
>>>Click!<<< (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum)
 
 
>>
Hello dear how are you ? ????? - Sex Dating (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=&sub_id_1=xru&source=forum)
<<<<
 
>>
Hey! I wanna wild and dirty ???? - Casual dating personals (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum)
<<<<
 
(https://www.globalladies.com/Photos/52084/GL52084788-a7.jpg) (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum) (https://www.globalladies.com/Photos/52084/GL52084788-a8.jpg) (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=&sub_id_1=xru&source=forum)
 
>>>>>
Schreib mir, wenn du frei bist, okay? - Extreme Adult Dating Hookups! (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum)<<<<
 
 
>>>>>
Hey! I wanna wild and dirty ???? - Casual dating sites! (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum)<<<<
 
(https://www.globalladies.com/Photos/52084/GL52084788-a9.jpg) (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=forum.coepd.com&sub_id_1=xru&source=forum) (https://www.globalladies.com/Photos/52084/GL52084788-a10.jpg) (http://allmix.xyz/?JQCmsq&keyword=bumble+feminist+dating+app+&charset=utf-8&referrer=&sub_id_1=xru&source=forum)
 
online dating subscription average lengthd72 dating sitedating site for the roomadult dating wigandating site for personality typesdating apps with fish nameinder dating appsingles dating sites free over 50 have to agreereddit dating korean womanrace chaser homophilia podcast dating appguys without an online dating profilebaptist dating for freecollege dating appstop-rated free dating sitesonline dating rituals of the american male robicheauxjessica ramsey altoona pa dating sitewittiest online dating profilessafe dating sites for seniorsguys on online datingcatolic dating sitewhite guys dating arabshow do asian women feel about dating white mensome online dating questionsonline dating should i try itthe benefits of dating a low maintenance guygirl from biola dating colton underwooddating site for adventurersbest dating website for black singlesbest dating app south bend indating sites mike davis lubbockfree sugar daddy dating sites like hepays top tenwhat woman should know about dating american manreal 100% dating sitesasian dating international studentsinsta "look mom, i'm finally dating a woman"where should i ask girl on dating appbest dating profile for guysdating site for professionals over 50dating sites essay43 dating 22 year oldrelationships how to pray together as a dating couplemilf sex datingdifficult for short men datingbest dating app for blacksjk sex datinghow does being over 18 dating girls workrating dating sites usadating site instagrammilf dating app picsblack widow and falcon dating
 
best message to write on dating sitedating apps that dont suckdating a yandere girlmen never leave online dating sitesguys come back and datingRich women singles online dating for freewhich dating site is most popular in utadating app for high sex driceteenager tries to kill girl for not dating him100% free local dating site in europeolder black women dating non-black menplenty of fish online dating loginundercover cops on dating appsdating site under momsgetnaughtdating woman with anxietydating sites west plains mo.best new online dating appsgettting likes by mistake on dating applets be sexy dating sitedating an albanian guygame dating as a trans womandating app tesimonial videoswhich dating site has the least fake profilesblack speed dating njguilt asian woman dating white manreddit best dating appsname of the girl i'm dating sandwichonline dating girl upset when im awayonline dating is full of fatties and single momscoun try dating freedating sites 60slittle women dallas amanda loy dating chasewhite guys meme datingthe best and worst of dating dutch mencaring men datingdating sites for singles over 30simple and short irresistible profile for dating sitescw has a lot of interracial dating
 
*/+-=0987567478
review of free russian online dating sitesadult dating place in europeonline dating promotting cheatingdating sites for gay metalheadsdating profile menfun dating sims online freehow do men feel about dating small womencoding a dating siteasia women datinginformation regarding our time dating sitedenver lesbian datingyounger girl older guy datingracial hierarchy online datingbeing black in australia and datingmy single friend datingwomen over 50 dating profile el dorado arcompanion sex munich -craigslist -datingyangki akiteng dating your ex free onlineguys who like full figured women dating apptangwire dating site is it goodold people dating and sexafghan local dating in njtori black datingwho is khaleesi dating in real life?best dating apps for lovewhite educated athletic man dating app not matchesadam smith erie pa on dating appsalternative rock dating sitelonely single dating site brian fulfordicelandic app for datingdating site for doctorsdating a career womanromania dating sitewhat do you say online dating first timepls dating site
 
shy girls guide to dating in college (http://axinet.ru/forum/messages/f16/t2997/m30070/?sessid=82cec9e434944b061f3fa601b102eab9&TOPIC_SUBSCRIBE=Y&FORUM_SUBSCRIBE=Y&result=new) multi language international dating sites that are free (https://forum.jarisradio.com/index.php?topic=132902.new#new) percentage of single moms on dating sites (http://axinet.ru/forum/messages/f16/t3002/m30075/?sessid=defe3729fe5a64d73c10043e964ba2c6&TOPIC_SUBSCRIBE=Y&FORUM_SUBSCRIBE=Y&result=new) the dating divas free family printables (http://1.15.154.250/forum.php?mod=viewthread&tid=37197&extra=) dating: the double standard of men and women (http://forumb.fearnode.net/general-help/5875175/dating-the-double-standard-of-men-and-women)  ccd0ba5
Title: Re: Business Analyst Topic
Post by: 12202217304 on August 19, 2022, 12:14:00 PM
Verification is like verifying the code, documents, etc like code reviews and walkthroughs but validation is actually executing the code to check if the product meets the customer requirements.
Title: Re: Business Analyst Topic
Post by: 12210219503 on August 19, 2022, 12:43:12 PM
Verification is the process of checking that a software achieves its goal without any bugs. It is the process to ensure whether the product that is developed is right or not. It verifies whether the developed product fulfills the requirements that we have. Verification is static testing.
Verification means Are we building the product right?
It checks whether the software conforms to specifications or not.
Quality assurance team does verification.   

Validation is the process of checking whether the software product is up to the mark or in other words product has high level requirements. It is the process of checking the validation of product i.e. it checks what we are developing is the right product. it is validation of actual and expected product. Validation is the dynamic testing.
Validation means Are we building the right product?
It checks whether the software meets the requirements and expectations of a customer or not.
Validation is executed on software code with the help of testing team.
Title: Re: Business Analyst Topic
Post by: 12207348707 on September 09, 2022, 12:08:18 PM
Verification is a static practice of verifying documents, design, code and program. while, Validation is the process of evaluating the final product to check whether the software meets the customer expectations and requirements.
Title: Re: Business Analyst Topic
Post by: 12221281005 on September 09, 2022, 03:28:36 PM
erification is the process of checking that a software achieves its goal without any bugs. It is the process to ensure whether the product that is developed is right or not. It verifies whether the developed product fulfills the requirements that we have. Verification is static testing.
Verification means Are we building the product right?
It checks whether the software conforms to specifications or not.
Quality assurance team does verification.   

Validation is the process of checking whether the software product is up to the mark or in other words product has high level requirements. It is the process of checking the validation of product i.e. it checks what we are developing is the right product. it is validation of actual and expected product. Validation is the dynamic testing.
Validation means Are we building the right product?
It checks whether the software meets the requirements and expectations of a customer or not.
Validation is executed on software code with the help of testing team.
Title: Re: Business Analyst Topic
Post by: 12210246903 on September 11, 2022, 12:29:11 AM
Verification is a process of determining if the software is designed and developed as per the specified requirements.
Validation is the process of checking if the software (end product) has met the client?s true needs and expectations.
Title: Re: Business Analyst Topic
Post by: 12116197312 on September 16, 2022, 01:03:19 PM
What is Scope Creepe? How can we avoid it?
Title: Re: Business Analyst Topic
Post by: 12212294605 on September 23, 2022, 11:49:01 AM
Verification : It is static testing, It doesn't include the execution of code
Validation: It is the dynamic testing, It includes the execution of code.
Title: Re: Business Analyst Topic
Post by: 12202326007 on September 23, 2022, 08:50:29 PM
Validation is the process of checking whether the specification captures the customer's requirements, while verification is the process of checking that the software meets specifications.
Title: Re: Business Analyst Topic
Post by: 12224219801 on September 24, 2022, 01:13:46 PM
How are Validation and Validation different?

The difference between the two terms is primarily based on the specification's role. Validation confirms that the specifications meet the customer's requirements, and validation confirms that the software meets the specifications.

Verification includes all activities related to creating quality software. This is a relatively objective process as it does not require subjective judgment to validate the software. Verification, by contrast, is a highly subjective process. These are subjective assessments of how well the (proposed) system meets your actual needs. Validation includes activities such as requirements modeling, prototyping, and user evaluation.
Title: Re: Business Analyst Topic
Post by: 12202326107 on September 29, 2022, 12:39:46 PM
Verification means whether the software product is going in a right direction and meets all functional and non functional requirements.

Validation means are the working software are correct.
Title: Re: Business Analyst Topic
Post by: 12218306306 on October 01, 2022, 12:21:25 AM
Verification- Verification is a process of determining if the software is designed and developed as per the specified requirements or not, it is a static process, it includes business analyst, managers, and architectures.
Validation- Validation helps to determine if the software team has built the right product, it is a dynamic process and it includes developers, test engineers.
Title: Re: Business Analyst Topic
Post by: 12214268305 on October 01, 2022, 01:48:55 PM
Yes, As a business analyst, I agree on the topic that a business analyst needs to have known on methodologies and agile scrum models.
Coming from a non-IT background, to understand OOA and UML concepts, MVC architectures was a bit challenging for me. Someone coming from an IT background or computer science background during their graduation would be having better competitive advantage than from non IT background. There of course, needs to be communication skills while speaking to clients and stakeholders.
Title: Re: Business Analyst Topic
Post by: 12205210502 on October 06, 2022, 04:17:26 PM
Verification refers to ensure requirement meets the quantity standard and its fit for purpose of the requirement. Few of the important  components are like whether requirements are clear, It should be consistent,Complete,Testable,Unambiguous,Understandable to stakeholder to involved.

Validations refers to whether requirement aligned to business need,Goal,outcome,whether its support the delivery of needed value.
Title: Re: Business Analyst Topic
Post by: 12218308206 on October 13, 2022, 11:33:30 AM
Verification is a process of determining if the software is designed and developed as per the specified requirements.
 Validation is the process of checking if the software (end product) has met the client's true needs and expectations.
Title: Re: Business Analyst Topic
Post by: 12222201401 on October 16, 2022, 08:38:41 PM
Verification means product and designed as per client requirement and inputs.
Validation means checking whether product actually meets client expectation. 
Title: Re: Business Analyst Topic
Post by: 12109155310 on October 25, 2022, 03:11:35 AM
Verification is a process of determining if the software is designed and developed as per the specified requirements.
Validation is the process of checking if the software (end product) has met the client's true needs and expectations.
Title: Re: Business Analyst Topic
Post by: 12228283605 on November 07, 2022, 04:21:24 PM

What is meant by scope?where it comes?what is scope in and scope out?
Scope can be termed as the set of solutions that client gets from the project. It is prepared at the time of documenting BRD.
In scope is what team promises to customers and out scope is what client doesn't get in the project like database or components of a system.
Title: Re: Business Analyst Topic
Post by: 12228283605 on November 07, 2022, 04:24:13 PM
Verification can be termed as check whether to know is everything developed as per client requirement and validation can be termed as checking is everything developed correctly or not for example checking code and user system interface.
Title: Re: Business Analyst Topic
Post by: 12221273505 on November 09, 2022, 08:36:35 PM
Verification

As per IEEE-STD-610: Definition
 “A test of a system to prove that it meets all its specified requirements at a particular stage of its development.”
The Process of   
Ensuring we are developing the product according to specifications.
Involves     
Little or no code execution
Activities Include
Reviews, Walk through, Inspections, Desk-checking, etc.
Activity Type     
Low-level
Method/Process Type
A static method of checking documents and files
Target         
Application, software architecture, specifications, complete design, high level and database design, etc.
Primary Responsible   
BA, Technical Architect, DB Architect, Tech Lead


Validation

As per IEEE-STD-610: Definition
 “An activity that ensures that an end product stakeholder’s true needs and expectations are met.”
The Process of     
Testing and validating the actual product to ensure we have developed it correctly.
Involves         
Code execution
Activities Include   
Black box testing, white box testing, non-functional testing, etc.
Activity Type     
High-level
Method/Process Type
A dynamic process of testing the real product
Target         
Actual product.
Primary Responsible   
QA team
Title: Re: Business Analyst Topic
Post by: 12221353107 on November 09, 2022, 09:06:54 PM
Business Analyst should work with different teams he should act as a liaison between all the stakeholders of client and and the technical team. he is key person who gathers all the requirements of the customer to develop what exactly a customer needs. In simple he will be the facilitator, he should handle all the change requests, documents the requirement using industry standards and should facilitates UAT (User Acceptance Testing)
Title: Re: Business Analyst Topic
Post by: 12221353107 on November 09, 2022, 09:12:59 PM
Business Analyst should work with different teams he should act as a liaison between all the stakeholders of client and and the technical team. he is key person who gathers all the requirements of the customer to develop what exactly a customer needs. In simple he will be the facilitator, he should handle all the change requests, documents the requirement using industry standards and should facilitates UAT (User Acceptance Testing)
Title: Re: Business Analyst Topic
Post by: 12218307406 on November 11, 2022, 07:05:01 PM
Business analysts assess how organisations are performing and help them improve their processes and systems. They conduct research and analysis in order to come up with solutions to business problems and help to introduce these solutions to businesses and their clients.
Title: Re: Business Analyst Topic
Post by: 12221288405 on December 08, 2022, 08:37:30 AM
Verification
1.Process of Evaluating Product of development phase
 2.Done by QA Team
3.No Execution of Code
 4.Carried out before Validation
 5.Cost of error fount is less in this phase
Validation
1.Process of Evaluating Software at the end of development phase
2.Done by Testing Team
3.Execution of Code
4.Carried out after Verification
5.Cost of error found is more in this phase