Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Placements

Student Reviews


For Business


More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Mechanical

Electrical

Civil

Computer Science

Electronics

Offline Program

All Courses

All Courses

logo

CHOOSE A CATEGORY

Mechanical

Electrical

Civil

Computer Science

Electronics

Offline Program

Top Job Leading Courses

Automotive

CFD

FEA

Design

MBD

Med Tech

Courses by Software

Design

Solver

Automation

Vehicle Dynamics

CFD Solver

Preprocessor

Courses by Semester

First Year

Second Year

Third Year

Fourth Year

Courses by Domain

Automotive

CFD

Design

FEA

Tool-focused Courses

Design

Solver

Automation

Preprocessor

CFD Solver

Vehicle Dynamics

Machine learning

Machine Learning and AI

POPULAR COURSES

coursePost Graduate Program in Hybrid Electric Vehicle Design and Analysis
coursePost Graduate Program in Computational Fluid Dynamics
coursePost Graduate Program in CAD
coursePost Graduate Program in CAE
coursePost Graduate Program in Manufacturing Design
coursePost Graduate Program in Computational Design and Pre-processing
coursePost Graduate Program in Complete Passenger Car Design & Product Development
Executive Programs
Workshops
For Business

Success Stories

Placements

Student Reviews

More

Projects

Blogs

Academic Training

Find Jobs

Informative Articles

We're Hiring!

phone+91 9342691281Log in
  1. Home/
  2. Chandrakumar ADEPU/
  3. Project 2 - V&V SW Analysis II

Project 2 - V&V SW Analysis II

Q:- 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them. Ans: Aim: To gernetate the code review report and upload them. Steps:   Steps for White box testing:-                                               Source ->…

    • Chandrakumar ADEPU

      updated on 18 Aug 2023

    Q:- 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them.

    Ans:

    Aim: To gernetate the code review report and upload them.

    Steps:

     

    • Steps for White box testing:-
    1.  

                                                 

    • Source -> Single file -> Testrain.c
    1.  

    • Once this option is selected we can see multiples files in "File view" window. Blue coloured icons appearing inside the File view are functions.
    1.  

                        

    • For black box and white box testing,first we have to create a sequence from sequence option.
    • Sequence -> Create new sequence -> Enable code coverage -> Continue
    1.  

          

    • As shown in above image,we can see that our sequence is created with the white box means it is white box testing.
    1.  

    • Source -> Run static analysis
    • Once it is initiated all the .c files from File view will run, this activity will be appearing in Log view and once it is finished it will able to generate report.
    1.  

    • Results -> Test manager report
    1.  

              

       

    • So,we can see the test manager report of white box testing with sequence name Project_2.
    1.  

    • Steps for Black box testing:-
    1.  

    • File view -> Right click on file and select Black box testing or double click on white box.it will set as black box.
    1.  

    • Source -> Run static analysis
    • Once it is initiated all the .c files from File view will run, this activity will be appearing in Log view and once it is finished it will able to generate report.
    1.  

    2.  

    • Results -> Test manager report
    1.  

    • So,we can see the test manager report of Black box testing with sequence name Project_2.

     -----------------------------------------------*********************---------------------------------------------------

    Q:- 2. Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\ **                                                                             A)Create the test cases manually as well as automatically using TBExtreme and upload the reports.                     B)store the test cases as .tcf file.  Upload the location image where the .tcf file is stored.

    Ans:

    Aim: 1. To create the  test cases manually as well as automatically using TBExtreme.

            2. To store the test cases as .tcf file and upload the Location image of the .tcf file where is stored.

    Steps:

     

     

                          

                       

     

                     

    • As shown in above image, .c file is added to the set.

     

        

    • For integration testing,we have to create set first.
    • Steps:- select source->multiple file->select/create set (create a name)->create->system->add the .c file->click ok it ask run LDRA tested analysis (No)

     

                   

    • For static analysis,we have to give a path of the data file into include files as well as macros.

     

                         

    • Step 2:-configure->analysis configuration options->static options->finc/create->example->c_tbrun-examples->again examples->.c files->select
    • Step 3:-macros->find/create->Examples->c_tbrun_examples-examples-> select.(finally give apply and OK)

     

    • Steps for White box testing:-

                                             

    • For black box and white box testing,first we have to create a sequence from sequence option.
    • Sequence -> Create new sequence -> Enable code coverage -> Continue

     

    • As shown in above image,we can see that our sequence is created with the white box means it is white box testing.

     

    • Source -> Run static analysis
    • Once it is initiated all the .c files from File view will run, this activity will be appearing in Log view and once it is finished it will able to generate report.

     

    • Results -> Test manager report

     

    • So,we can see the test manager report of White box testing with sequence name Project_2.

     

    • Steps for Black box testing:-

     

    • File view -> Right click on file and select Black box testing or double click on white box.it will set as black box.

     

    • Source -> Run static analysis
    • Once it is initiated all the .c files from File view will run, this activity will be appearing in Log view and once it is finished it will able to generate report.

     

    • Results -> Test manager report

     

    • So,we can see the test manager report of Black box testing with sequence name Project_2.

     

     

    A)Create the test cases manually as well as automatically using TBExtreme and upload the reports.

     

    • Steps for automatic testing:-

     

    • Extreme test -> Run tabular extreme test 

     

    • When we click on Run Tabluar extreme test,there are around 60 test cases are formed automatically in test case view and also start excuating automatically.
    • It will also generate regression and manager report.

     

    • Regression report:-

     
     
    • Test manager report:-

     

     

    B)store the test cases as .tcf file.  Upload the location image where the .tcf file is stored.

     

    • For saving the test cases into .tcf go to Source->Save file or set to TCF.

     

    • Create a folder of any name and save .tcf file in that folder.

     

    • We can also see that file in that folder which name in Project_2.

     

     

    -----------------------------------------*********************--------------------------------------------

     

     

     

     

     

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Chandrakumar ADEPU (25)

    Week - 4

    Objective:

    Implement control logic of a “washing machine” using Stateflow as per given sequence:  If the power supply is available, the system gets activated  If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time of 100s. Then rinsing…

    calendar

    29 Sep 2023 07:17 AM IST

      Read more

      Project 2 - V&V SW Analysis II

      Objective:

      Q:- 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them. Ans: Aim: To gernetate the code review report and upload them. Steps:   Steps for White box testing:-                                               Source ->…

      calendar

      18 Aug 2023 01:16 PM IST

        Read more

        Project 1 - V&V SW Analysis - I

        Objective:

        Q:- Write a Test plan to test features of a new mobile phone (Blackbox test) that needs to be implemented based on the following requirements. (The product is still under development stage and is yet to be UA (User Acceptance ) tested…

        calendar

        12 Jul 2023 03:17 AM IST

          Read more

          Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)

          Objective:

          PROJECT-2: Aim: To write a program to measure the distance using ultasonic sensot Schematic Diagram: Steps of Programming ATmega16 microcontroller needs to transmit at least 10 us trigger pulse to the HC-SR04 Trig Pin. After getting a trigger pulse, HC-SR04 automatically sends eight 40 kHz sound waves and the microcontroller…

          calendar

          24 Jun 2023 09:50 AM IST

            Read more

            Schedule a counselling session

            Please enter your name
            Please enter a valid email
            Please enter a valid number

            Related Courses

            coursecard

            Design loads considered on bridges

            Recently launched

            10 Hours of Content

            coursecard

            Design of Steel Superstructure in Bridges

            Recently launched

            16 Hours of Content

            coursecard

            Design for Manufacturability (DFM)

            Recently launched

            11 Hours of Content

            coursecard

            CATIA for Medical Product Design

            Recently launched

            5 Hours of Content

            coursecardcoursetype

            Accelerated Career Program in Embedded Systems (On-Campus) Courseware Partner: IT-ITes SSC nasscom

            Recently launched

            0 Hours of Content

            Schedule a counselling session

            Please enter your name
            Please enter a valid email
            Please enter a valid number

            logo

            Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.

            https://d27yxarlh48w6q.cloudfront.net/web/v1/images/facebook.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/insta.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/twitter.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/youtube.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/linkedin.svg

            Our Company

            News & EventsBlogCareersGrievance RedressalSkill-Lync ReviewsTermsPrivacy PolicyBecome an Affiliate
            map
            EpowerX Learning Technologies Pvt Ltd.
            4th Floor, BLOCK-B, Velachery - Tambaram Main Rd, Ram Nagar South, Madipakkam, Chennai, Tamil Nadu 600042.
            mail
            info@skill-lync.com
            mail
            ITgrievance@skill-lync.com

            Top Individual Courses

            Computational Combustion Using Python and CanteraIntroduction to Physical Modeling using SimscapeIntroduction to Structural Analysis using ANSYS WorkbenchIntroduction to Structural Analysis using ANSYS Workbench

            Top PG Programs

            Post Graduate Program in Hybrid Electric Vehicle Design and AnalysisPost Graduate Program in Computational Fluid DynamicsPost Graduate Program in CADPost Graduate Program in Electric Vehicle Design & Development

            Skill-Lync Plus

            Executive Program in Electric Vehicle Embedded SoftwareExecutive Program in Electric Vehicle DesignExecutive Program in Cybersecurity

            Trending Blogs

            Heat Transfer Principles in Energy-Efficient Refrigerators and Air Conditioners Advanced Modeling and Result Visualization in Simscape Exploring Simulink and Library Browser in Simscape Advanced Simulink Tools and Libraries in SimscapeExploring Simulink Basics in Simscape

            © 2025 Skill-Lync Inc. All Rights Reserved.

                        Do You Want To Showcase Your Technical Skills?
                        Sign-Up for our projects.