Save
Upgrade to remove ads
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Testing

QuestionAnswer
Regression Testing Verify that changes/fixes didn't break previously working functionality. Re-test all features after ECU SW update
Smoke Testing Basic check: does software/system run at all? Vehicle boots up, ECUs respond on bus
Sanity Testing Narrow, focused check after small change Confirm headlight patch fixed only that bug
Exploratory Testing Tester explores system to find defects Try random sequences on infotainment
Static Testing Analysis without running code (reviews, walkthroughs) Code review for AUTOSAR compliance
Dynamic Testing Test by executing the software Run body control module in test bench
Black-Box Testing Test without knowledge of internal implementation Verify seat heating works as spec
White-Box Testing Test with internal code knowledge Check every code branch for safety logic
Grey-Box Testing Partial code/system knowledge used Know CAN message spec, try special frames
Performance Testing Assess speed, response, efficiency Response time of automatic emergency brake
Stress Testing Push system to/beyond limits Send many CAN messages, see buffer limits
Load Testing Test with expected/peak loads Many sensors streaming data to gateway ECU
Functional Testing Verifica que el sistema haga lo correcto (“¿Hace lo que debe?”). Ej.: ¿La luz se enciende si pulso el botón?
Usability Testing Check if system is user-friendly Actual drivers test in-car UI
Security Testing Identify vulnerabilities Simulate CAN message spoofing/hacking
Recovery Testing Evaluate recovery after failure Disconnect/restore battery, test recovery
Alpha/Beta Testing Early/prototype (alpha), late-user (beta) feedback Test prototype in-lab, then pre-release fleet
Boundary Value Analysis Test edges/min/max just inside/outside input range
Equivalence Partitioning Split inputs into groups/partitions with same behavior Speed <0, 0–120, >120 km/h
Decision Table Testing Define logic table with all input/output combos
State Transition Testing Test valid/invalid transitions between states Door lock: locked→unlocked→alarm
Statement Testing Execute each code line at least once ECU code: check all statements run
Branch Testing Execute each decision branch (if/else/switch)
Path Testing Execute all unique code paths (complex, many)
Condition Testing Test each boolean condition as true/false Test brake signal on/off logic
VERIFY ¿Estoy construyendo el producto correctamente? Revisa si el producto cumple con las especificaciones y requisitos técnicos/diseño.
VALIDATE ¿Estoy construyendo el producto correcto? Revisa si el producto cumple el propósito y las necesidades reales del usuario/cliente.
Corner Case Testing Buscar condiciones extremas o poco probables que no se cubrieron en test cases formales. Ejemplo: Encender y apagar el motor repetidamente mientras se programan ventanas; dejar el coche bajo intermitente + abrir y cerrar puertas rápidamente.
Created by: yizuztineo
 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards