Author Topic: Business Analyst Topic  (Read 6915 times)

12202326107

  • Global Moderator
  • Newbie
  • *****
  • Posts: 21
Re: Business Analyst Topic
« Reply #45 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.

12218306306

  • Global Moderator
  • Newbie
  • *****
  • Posts: 20
Re: Business Analyst Topic
« Reply #46 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.

12214268305

  • Global Moderator
  • Newbie
  • *****
  • Posts: 21
Re: Business Analyst Topic
« Reply #47 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.

12205210502

  • Global Moderator
  • Newbie
  • *****
  • Posts: 20
Re: Business Analyst Topic
« Reply #48 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.

12218308206

  • Global Moderator
  • Newbie
  • *****
  • Posts: 20
Re: Business Analyst Topic
« Reply #49 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.

12222201401

  • Global Moderator
  • Newbie
  • *****
  • Posts: 20
Re: Business Analyst Topic
« Reply #50 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. 

12109155310

  • Global Moderator
  • Newbie
  • *****
  • Posts: 19
Re: Business Analyst Topic
« Reply #51 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.

12228283605

  • Global Moderator
  • Newbie
  • *****
  • Posts: 20
Re: Business Analyst Topic
« Reply #52 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.

12228283605

  • Global Moderator
  • Newbie
  • *****
  • Posts: 20
Re: Business Analyst Topic
« Reply #53 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.

12221273505

  • Global Moderator
  • Newbie
  • *****
  • Posts: 20
Re: Business Analyst Topic
« Reply #54 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

12221353107

  • Global Moderator
  • Newbie
  • *****
  • Posts: 16
Re: Business Analyst Topic
« Reply #55 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)

12221353107

  • Global Moderator
  • Newbie
  • *****
  • Posts: 16
Re: Business Analyst Topic
« Reply #56 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)

12218307406

  • Global Moderator
  • Newbie
  • *****
  • Posts: 21
Re: Business Analyst Topic
« Reply #57 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.

12221288405

  • Global Moderator
  • Newbie
  • *****
  • Posts: 21
Re: Business Analyst Topic
« Reply #58 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