text
stringlengths
0
3.62k
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>> Test Case:When Cloud receives remote vehicle unlock request from app, 1) If TCU is awake Cloud shall send the request (UnlockVehicleCmd) to TCU as per TMCVP via GSM/GPRS communication. 2) If TCU is in sleep state Cloud shall wake up TCU over SMS and shall send the command (UnlockVehicleCmd) to TCU as per TMCVP via GSM/GPRS communication. TCU on receiving remote vehicle unlock command (UnlockVehicleCmd) from cloud shall check Vehicle Ignition state. TCU if Ignition is ON (as per TCU’s Ignition Hardwire input) shall ignore the command from cloud. TCU if Ignition is OFF (as per TCUs Ignition Hardwire input) shall 1) Set Vehicle Unlock Command Wake lock with timer Par_VehicleUnlockCmdWakeLock 2) Wakeup BCM by activating hardwire wakeup line 3) Publish TCU_NMPDU message over CAN 4) Set remote vehicle unlock request (Set RemoteVehicleUnlockCmd == 1) over CAN to BCM 5) Publish the status signal for RemoteVehicleUnlockCmd 6) Export the RemoteVehicleUnlockCmd and RemoteVehicleUnlockCmdStatus to cloud platform as per TMCVP (raw CAN message) over GSM or GPRS communication. 7) Reset the remote vehicle unlock request (Set RemoteVehicleUnlockCmd == 0) after expiry of Par_VehicleUnlockCmdWakeLock or if the successful response is received from BCM (whichever is earlier). This reset is for the internal reference of TCU. TCU shall not publish this signal over CAN.,Signals Involved:UnlockVehicleCmd, RemoteVehicleUnlockCmd ,RemoteVehicleUnlockCmdStatus,Signal Table:RemoteVehicleUnlockCmd Value: 0 -> Condition: No Unlock,RemoteVehicleUnlockCmd Value: 1 -> Condition: Execute Unlock,RemoteVehicleUnlockCmdStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification,RemoteVehicleUnlockCmdStatus Value: 1 -> Condition: Don’t Care,RemoteVehicleUnlockCmdStatus Value: 2 -> Condition: Signal is implausible,RemoteVehicleUnlockCmdStatus Value: 3 -> Condition: Signal Not Available,Test Conditions:RemoteVehicleUnlockCmd=1,RemoteVehicleUnlockCmdStatus=0,TCU in awake condition,Power mode as 0(Awake and ignition OFF) [/INST] Test Description: 1) TCU is in the authorized state., 2) Cloud receives remote vehicle unlock request from app.,Pre-condition: 1) TCU with a functioning SIM ,2) TCU SIM card has sufficient network strength, 3) TCU is Awake,Test Procedure: 1. Set the Power Mode as Awake: Power mode state = 1, 2. Perform a Vehicle Unlock Request from App,Expected Output: I. Verify the following Message in the Cloud: UnlockVehicleCommand,II. Set Vehicle Unlock Command Wake lock with timer Par_VehicleUnlockCmdWakeLock,III. Wakeup BCM by activating hardwire wakeup line,IV. Publish TCU_NMPDU message over CAN,V. Set remote vehicle unlock request over CAN to BCM: RemoteVehicleUnlockCmd = 1, RemoteVehicleUnlockCmdStatus = 0,VI. Export the RemoteVehicleUnlockCmd and RemoteVehicleUnlockCmdStatus to cloud platform as per TMCVP (raw CAN message) over GSM/GPRS communication.,VII. Verify Vehicle Unlock status is updated in the Mobile App . </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case:When Cloud receives remote vehicle unlock request from app, 1) If TCU is awake Cloud shall send the request (UnlockVehicleCmd) to TCU as per TMCVP via GSM/GPRS communication. 2) If TCU is in sleep state Cloud shall wake up TCU over SMS and shall send the command (UnlockVehicleCmd) to TCU as per TMCVP via GSM/GPRS communication. TCU on receiving remote vehicle unlock command (UnlockVehicleCmd) from cloud shall check Vehicle Ignition state. TCU if Ignition is ON (as per TCU’s Ignition Hardwire input) shall ignore the command from cloud. TCU if Ignition is OFF (as per TCUs Ignition Hardwire input) shall 1) Set Vehicle Unlock Command Wake lock with timer Par_VehicleUnlockCmdWakeLock 2) Wakeup BCM by activating hardwire wakeup line 3) Publish TCU_NMPDU message over CAN 4) Set remote vehicle unlock request (Set RemoteVehicleUnlockCmd == 1) over CAN to BCM 5) Publish the status signal for RemoteVehicleUnlockCmd 6) Export the RemoteVehicleUnlockCmd and RemoteVehicleUnlockCmdStatus to cloud platform as per TMCVP (raw CAN message) over GSM or GPRS communication. 7) Reset the remote vehicle unlock request (Set RemoteVehicleUnlockCmd == 0) after expiry of Par_VehicleUnlockCmdWakeLock or if the successful response is received from BCM (whichever is earlier). This reset is for the internal reference of TCU. TCU shall not publish this signal over CAN.,Signals Involved:UnlockVehicleCmd,RemoteVehicleUnlockCmd,RemoteVehicleUnlockCmdStatus,Signal Table:RemoteVehicleUnlockCmd Value: 0 -> Condition: No Unlock,RemoteVehicleUnlockCmd Value: 1 -> Condition: Execute Unlock,RemoteVehicleUnlockCmdStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification,RemoteVehicleUnlockCmdStatus Value: 1 -> Condition: Don’t Care,RemoteVehicleUnlockCmdStatus Value: 2 -> Condition: Signal is implausible,RemoteVehicleUnlockCmdStatus Value: 3 -> Condition: Signal Not Available,Test Conditions:RemoteVehicleUnlockCmd=1,RemoteVehicleUnlockCmdStatus=0,TCU in sleep condition,Power mode as 0(Awake and ignition OFF) [/INST] Test Description: 1) TCU is in the authorized state., 2) Cloud receives remote vehicle unlock request from app.,Pre-condition: 1) TCU with a functioning SIM ,2) TCU SIM card has sufficient network strength ,3) TCU is Sleep,Test Procedure: 1. Set the Power Mode as Awake: Power mode state = 1 ,2. Perform a Vehicle Unlock Request from App,Expected Output: I. Cloud shall wake up TCU over SMS,II. Verify the following Message in the Cloud:UnlockVehicleCommand,III. Set Vehicle Unlock Command Wake lock with timer Par_VehicleUnlockCmdWakeLock,IV. Wakeup BCM by activating hardwire wakeup line,V. Publish TCU_NMPDU message over CAN,VI. Set remote vehicle unlock request over CAN to BCM:RemoteVehicleUnlockCmd = 1,RemoteVehicleUnlockCmdStatus = 0,VII. Export the RemoteVehicleUnlockCmd and RemoteVehicleUnlockCmdStatus to cloud platform as per TMCVP (raw CAN message) over GSM/GPRS communication.,VIII. Verify Vehicle Unlock status is updated in the Mobile App . </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case: When Cloud receives remote vehicle unlock request from app, 1) If TCU is awake Cloud shall send the request (UnlockVehicleCmd) to TCU as per TMCVP via GSM/GPRS communication. 2) If TCU is in sleep state Cloud shall wake up TCU over SMS and shall send the command (UnlockVehicleCmd) to TCU as per TMCVP via GSM/GPRS communication. TCU on receiving remote vehicle unlock command (UnlockVehicleCmd) from cloud shall check Vehicle Ignition state. TCU if Ignition is ON (as per TCU’s Ignition Hardwire input) shall ignore the command from cloud. TCU if Ignition is OFF (as per TCUs Ignition Hardwire input) shall 1) Set Vehicle Unlock Command Wake lock with timer Par_VehicleUnlockCmdWakeLock 2) Wakeup BCM by activating hardwire wakeup line 3) Publish TCU_NMPDU message over CAN 4) Set remote vehicle unlock request (Set RemoteVehicleUnlockCmd == 1) over CAN to BCM 5) Publish the status signal for RemoteVehicleUnlockCmd 6) Export the RemoteVehicleUnlockCmd and RemoteVehicleUnlockCmdStatus to cloud platform as per TMCVP (raw CAN message) over GSM or GPRS communication. 7) Reset the remote vehicle unlock request (Set RemoteVehicleUnlockCmd == 0) after expiry of Par_VehicleUnlockCmdWakeLock or if the successful response is received from BCM (whichever is earlier). This reset is for the internal reference of TCU. TCU shall not publish this signal over CAN.,Signals Involved: UnlockVehicleCmd,RemoteVehicleUnlockCmd,RemoteVehicleUnlockCmdStatus ,Signal Table: RemoteVehicleUnlockCmd Value: 0 -> Condition: No Unlock, RemoteVehicleUnlockCmd Value: 1 -> Condition: Execute Unlock, RemoteVehicleUnlockCmdStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification, RemoteVehicleUnlockCmdStatus Value: 1 -> Condition: Don’t Care, RemoteVehicleUnlockCmdStatus Value: 2 -> Condition: Signal is implausible, RemoteVehicleUnlockCmdStatus Value: 3 -> Condition: Signal Not Available,Test Conditions:RemoteVehicleUnlockCmd=1 , RemoteVehicleUnlockCmdStatus=0, TCU in sleep condition, Power Mode as 6(Ignition ON) [/INST] Test Description: 1) TCU is in the authorized state., 2) Cloud receives remote vehicle unlock request from app.,Pre-condition: 1) TCU with a functioning SIM ,2) TCU SIM card has sufficient network strength ,3) TCU is Sleep,Test Procedure: 1. Set the Power Mode as Ignition ON: Power mode state = 6, 2. Perform a Vehicle Unlock Request from App,Expected Output: I.TCU shall ignore the command from cloud if Ignition is ON:Verify RemoteVehicleUnlockCmd is not in the CAN Bus,II. Verify Vehicle Unlock status is not updated in the Mobile App . </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case: BCM shall,If Ignition is OFF,Wake up as per TML_NexonEV_Wake_Up_Strategy, Read Remote vehicle unlock request(RemoteVehicleUnlockCmd ) over CAN-If Remote vehicle unlock request is Set (If RemoteVehicleUnlockCmd = 1),If vehicle is locked, Unlock the vehicle after checking relevant pre conditions Publish updated vehicle lock State(VehicleLockState==7) after RemoteVehicleUnlockCmd execution on CAN to TCU If vehicle is in unlock state, discard the command from TCU and publish the vehicle lock state Publish status signal for VehicleLockState.If Ignition is ON-Ignore vehicle unlock request (RemoteVehicleUnlockCmd ) from TCU,TCU shall- Read vehicle lock State (VehicleLockState) on CAN from BCM during Par_VehicleUnlockCmdWakeLock timer, Send vehicle unlock request response (Response of UnlockVehicleCmd) to Cloud as per TMCVP Document via GSM/GPRS communication, Export the VehicleUnlockEvent to cloud platform as per TMCVP (Events) GSM/GPRS communication.,Signals Involved: UnlockVehicleCmd ,RemoteVehicleUnlockCmd, RemoteVehicleUnlockCmdStatus,VehicleLockState,VehicleLockStateStatus,Signal Table:RemoteVehicleUnlockCmd Value: 0 -> Condition: No Unlock, RemoteVehicleUnlockCmd Value: 1 -> Condition: Execute Unlock, RemoteVehicleUnlockCmdStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification, RemoteVehicleUnlockCmdStatus Value: 1 -> Condition: Don’t Care, RemoteVehicleUnlockCmdStatus Value: 2 -> Condition: Signal is implausible, RemoteVehicleUnlockCmdStatus Value: 3 -> Condition: Signal Not Available, VehicleLockState value: 0 -> Reserved,VehicleLockState value: 1 -> Externally Locked,VehicleLockState value: 2 -> Internally Locked,VehicleLockState value: 3 -> Unlocked,VehicleLockState value: 4 -> Crash Unlocked,VehicleLockState value: 5 -> Reverse Unlocked,VehicleLockState value: 6 -> TCU Locked,VehicleLockState value: 1 -> TCU Unlocked, VehicleLockStateStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification, VehicleLockStateStatus Value: 1 -> Condition: Don’t Care, VehicleLockStateStatus Value: 2 -> Condition: Signal is implausible, VehicleLockStateStatus Value: 3 -> Condition: Signal Not Available,Test Conditions:VehicleLockState = 7,VehicleLockStateStatus = 0, TCU in sleep condition, Power Mode as 1(Awake Ignition OFF) [/INST] Test Description: 1) TCU is in the authorized state., 2) Cloud receives remote vehicle unlock request from app.,Pre-condition: 1) TCU with a functioning SIM, 2) TCU SIM card has sufficient network strength 3) TCU is Awake,Test Procedure: 1. Set the Power Mode as Awake:Power mode state = 1,2. Perform a Vehicle Unlock Request from App,3. Set the Vehicle Lock State Signal from BCM:VehicleLockState = 7, VehicleLockStateStatus = 0,Expected Output: I. TCU read vehicle lock State (VehicleLockState) on CAN from BCM during Par_VehicleUnlockCmdWakeLock timer.,II. TCU send vehicle unlock request response (Response of UnlockVehicleCmd) to Cloud as per TMCVP Document via GSM/GPRS communication,III. TCU export the VehicleUnlockEvent to cloud platform as per TMCVP (Events) GSM/GPRS communication.,IV. Verify Vehicle Lock/Unlock Status is updated in the Mobile App . </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case: BCM shall,If Ignition is OFF,Wake up as per TML_NexonEV_Wake_Up_Strategy, Read Remote vehicle unlock request(RemoteVehicleUnlockCmd ) over CAN-If Remote vehicle unlock request is Set (If RemoteVehicleUnlockCmd = 1),If vehicle is locked, Unlock the vehicle after checking relevant pre conditions Publish updated vehicle lock State(VehicleLockState==7) after RemoteVehicleUnlockCmd execution on CAN to TCU If vehicle is in unlock state, discard the command from TCU and publish the vehicle lock state Publish status signal for VehicleLockState.If Ignition is ON-Ignore vehicle unlock request (RemoteVehicleUnlockCmd ) from TCU,TCU shall- Read vehicle lock State (VehicleLockState) on CAN from BCM during Par_VehicleUnlockCmdWakeLock timer, Send vehicle unlock request response (Response of UnlockVehicleCmd) to Cloud as per TMCVP Document via GSM/GPRS communication, Export the VehicleUnlockEvent to cloud platform as per TMCVP (Events) GSM/GPRS communication.,Signals Involved: UnlockVehicleCmd ,RemoteVehicleUnlockCmd, RemoteVehicleUnlockCmdStatus,VehicleLockState,VehicleLockStateStatus,Signal Table:RemoteVehicleUnlockCmd Value: 0 -> Condition: No Unlock, RemoteVehicleUnlockCmd Value: 1 -> Condition: Execute Unlock, RemoteVehicleUnlockCmdStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification, RemoteVehicleUnlockCmdStatus Value: 1 -> Condition: Don’t Care, RemoteVehicleUnlockCmdStatus Value: 2 -> Condition: Signal is implausible, RemoteVehicleUnlockCmdStatus Value: 3 -> Condition: Signal Not Available, VehicleLockState value: 0 -> Reserved,VehicleLockState value: 1 -> Externally Locked,VehicleLockState value: 2 -> Internally Locked,VehicleLockState value: 3 -> Unlocked,VehicleLockState value: 4 -> Crash Unlocked,VehicleLockState value: 5 -> Reverse Unlocked,VehicleLockState value: 6 -> TCU Locked,VehicleLockState value: 1 -> TCU Unlocked, VehicleLockStateStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification, VehicleLockStateStatus Value: 1 -> Condition: Don’t Care, VehicleLockStateStatus Value: 2 -> Condition: Signal is implausible, VehicleLockStateStatus Value: 3 -> Condition: Signal Not Available,Test Conditions:VehicleLockState = 7,VehicleLockStateStatus = 2, TCU in sleep condition, Power Mode as 1(Awake Ignition OFF) [/INST] Test Description: 1) TCU is in the authorized state., 2) Cloud receives remote vehicle unlock request from app.,Pre-condition: 1) TCU with a functioning SIM, 2) TCU SIM card has sufficient network strength 3) TCU is Awake,Test Procedure: 1. Set the Power Mode as Awake:Power mode state = 1,2. Perform a Vehicle Unlock Request from App,3. Set the Vehicle Lock State Signal from BCM:VehicleLockState = 7, VehicleLockStateStatus = 2,Expected Output: TCU Should send fail as response to the cloud. . </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case: BCM shall,If Ignition is OFF,Wake up as per TML_NexonEV_Wake_Up_Strategy, Read Remote vehicle unlock request(RemoteVehicleUnlockCmd ) over CAN-If Remote vehicle unlock request is Set (If RemoteVehicleUnlockCmd = 1),If vehicle is locked, Unlock the vehicle after checking relevant pre conditions Publish updated vehicle lock State(VehicleLockState==7) after RemoteVehicleUnlockCmd execution on CAN to TCU If vehicle is in unlock state, discard the command from TCU and publish the vehicle lock state Publish status signal for VehicleLockState.If Ignition is ON-Ignore vehicle unlock request (RemoteVehicleUnlockCmd ) from TCU,TCU shall- Read vehicle lock State (VehicleLockState) on CAN from BCM during Par_VehicleUnlockCmdWakeLock timer, Send vehicle unlock request response (Response of UnlockVehicleCmd) to Cloud as per TMCVP Document via GSM/GPRS communication, Export the VehicleUnlockEvent to cloud platform as per TMCVP (Events) GSM/GPRS communication.,Signals Involved: UnlockVehicleCmd ,RemoteVehicleUnlockCmd, RemoteVehicleUnlockCmdStatus,VehicleLockState,VehicleLockStateStatus,Signal Table:RemoteVehicleUnlockCmd Value: 0 -> Condition: No Unlock, RemoteVehicleUnlockCmd Value: 1 -> Condition: Execute Unlock, RemoteVehicleUnlockCmdStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification, RemoteVehicleUnlockCmdStatus Value: 1 -> Condition: Don’t Care, RemoteVehicleUnlockCmdStatus Value: 2 -> Condition: Signal is implausible, RemoteVehicleUnlockCmdStatus Value: 3 -> Condition: Signal Not Available, VehicleLockState value: 0 -> Reserved,VehicleLockState value: 1 -> Externally Locked,VehicleLockState value: 2 -> Internally Locked,VehicleLockState value: 3 -> Unlocked,VehicleLockState value: 4 -> Crash Unlocked,VehicleLockState value: 5 -> Reverse Unlocked,VehicleLockState value: 6 -> TCU Locked,VehicleLockState value: 1 -> TCU Unlocked, VehicleLockStateStatus Value: 0 -> Condition: Plausible - Information given is correct and according to specification, VehicleLockStateStatus Value: 1 -> Condition: Don’t Care, VehicleLockStateStatus Value: 2 -> Condition: Signal is implausible, VehicleLockStateStatus Value: 3 -> Condition: Signal Not Available,Test Conditions:VehicleLockState = 7,VehicleLockStateStatus = 3, TCU in sleep condition, Power Mode as 1(Awake Ignition OFF) [/INST] Test Description: 1) TCU is in the authorized state., 2) Cloud receives remote vehicle unlock request from app.,Pre-condition: 1) TCU with a functioning SIM, 2) TCU SIM card has sufficient network strength 3) TCU is Awake,Test Procedure: 1. Set the Power Mode as Awake:Power mode state = 1,2. Perform a Vehicle Unlock Request from App,3. Set the Vehicle Lock State Signal from BCM:VehicleLockState = 7, VehicleLockStateStatus = 3,Expected Output: TCU Should send fail as response to the cloud. </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case: The Mobile APP provides a page wherein the user can fill in his personal details (either at the time of registration or as per customer’s choice):Customer Opens the Mobile APP,Goes to Menu-Personal details-Update Date of Birth,After the customer fills in his details, the save option allows him to save the data,App sends the 'UpdatePersonalInfo' command to Cloud platform.When Cloud receives 'UpdatePersonalInfo' request from app,The Platform updates the customer data in the database mapped aga[INST] the VIN number.The Platform shall send a command along with event type to TCU on the following dates associated with the Vehicle after detecting 1st Ignition ON of the day.Date of Birth 'BirthdayTriggerCmd'.The TCU shall receive the command from the platform after 1st Ignition ON of the day. Upon receiving the command, the TCU shall Set customized message wake lock with timer CustomMessageWakeLockSend the CAN signal 'OwnersBirthday' Bit value “0” to IPC if no alert is received from the platform,Bit value “1” to IPC if alert is received from the platform.The IPC shall receive the below signals & display the message as below: Receive the below CAN signal from TCU 'OwnersBirthday' and If Bit value is “0”, no message to be displayed on IPC screen.If Bit value is “1”, Display message “Happy Birthday!” on screen.After displaying the message, the IPC sends 'OwnersBirthdayResponse' message to TCU over CAN.If Bit value is “0”, no message displayed.If Bit value is “1”, message successfully Displayed.The TCU upon receiving the below response from the IPC:'OwnersBirthdayResponse' Shall kill the command message wakelock timer Shall send the below successful response aga[INST] the received commands from the TMLCVP.Date of Birth 'BirthdayTriggerCmdResponse' If the response from IPC is not received during CustomMessageWakeLock duration, TCU shall export the command response as failure for the command received from TMCVP platform.,Signals Involved: UpdatePersonalInfo,BirthdayTriggerCmd,OwnersBirthday,OwnersBirthdayResponse,BirthdayTriggerCmdResponse,Signal Table: OwnersBirthday Value: 0 -> Condition: No Trigger,OwnersBirthday Value: 1 -> Condition: Display the birthday message “Happy Birthday!”,OwnersBirthdayResponse Value: 0 -> Condition: No Message Displayed,OwnersBirthdayResponse Value: 1 -> Condition: Message successfully displayed,Test Conditions:Set date of birth as today, Power Mode as 6(Ignition ON),OwnersBirthday=1 [/INST] Test Description: 1) TCU is in the authorized state. ,2) TCU shall receive the Owners Birthday notification alert and type from Cloud,Pre-condition: 1) TCU with a functioning SIM,2) TCU SIM card have sufficient network strength,3) User is registered to TML cloud application through the Connected Vehicle APP,4) Fill personal details like Date of Birth, Anniversary date etc. through the Mobile App - Opens the Mobile APP - Goes to Menu - Personal details - Update Personal Info Date of Birth , Click on Save option to save the data,App sends the updated data to Cloud,Test Procedure: 1. Set the Date of Birth through the Mobile App as today,2. Set the Power Mode as Ignition On:Powermode state = 6,3. Cloud shall send the Owner's birthday notification alert to TCU,Expected Output: I. Verify the following Message in the Cloud:BirthdayTriggerCmd,II. Verify the Following Messages in CAN bus from TCU to IPC :OwnersBirthday = 1 . </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case: The Mobile APP provides a page wherein the user can fill in his personal details (either at the time of registration or as per customer’s choice):Customer Opens the Mobile APP,Goes to Menu-Personal details-Update Date of Birth,After the customer fills in his details, the save option allows him to save the data,App sends the 'UpdatePersonalInfo' command to Cloud platform.When Cloud receives 'UpdatePersonalInfo' request from app,The Platform updates the customer data in the database mapped aga[INST] the VIN number.The Platform shall send a command along with event type to TCU on the following dates associated with the Vehicle after detecting 1st Ignition ON of the day.Date of Birth 'BirthdayTriggerCmd'.The TCU shall receive the command from the platform after 1st Ignition ON of the day. Upon receiving the command, the TCU shall Set customized message wake lock with timer CustomMessageWakeLockSend the CAN signal 'OwnersBirthday' Bit value “0” to IPC if no alert is received from the platform,Bit value “1” to IPC if alert is received from the platform.The IPC shall receive the below signals & display the message as below: Receive the below CAN signal from TCU 'OwnersBirthday' and If Bit value is “0”, no message to be displayed on IPC screen.If Bit value is “1”, Display message “Happy Birthday!” on screen.After displaying the message, the IPC sends 'OwnersBirthdayResponse' message to TCU over CAN.If Bit value is “0”, no message displayed.If Bit value is “1”, message successfully Displayed.The TCU upon receiving the below response from the IPC:'OwnersBirthdayResponse' Shall kill the command message wakelock timer Shall send the below successful response aga[INST] the received commands from the TMLCVP.Date of Birth 'BirthdayTriggerCmdResponse' If the response from IPC is not received during CustomMessageWakeLock duration, TCU shall export the command response as failure for the command received from TMCVP platform.,Signals Involved: UpdatePersonalInfo,BirthdayTriggerCmd,OwnersBirthday,OwnersBirthdayResponse,BirthdayTriggerCmdResponse,Signal Table: OwnersBirthday Value: 0 -> Condition: No Trigger,OwnersBirthday Value: 1 -> Condition: Display the birthday message “Happy Birthday!”,OwnersBirthdayResponse Value: 0 -> Condition: No Message Displayed,OwnersBirthdayResponse Value: 1 -> Condition: Message successfully displayed,Test Conditions:Set date of birth as not today, Power Mode as 6(Ignition ON),OwnersBirthday=0 [/INST] Test Description: 1) TCU is in the authorized state. ,2) TCU shall receive the Owners Birthday notification alert and type from Cloud,Pre-condition: 1) TCU with a functioning SIM,2) TCU SIM card have sufficient network strength,3) User is registered to TML cloud application through the Connected Vehicle APP,4) Fill personal details like Date of Birth, Anniversary date etc. through the Mobile App - Opens the Mobile APP - Goes to Menu - Personal details - Update Personal Info Date of Birth , Click on Save option to save the data,App sends the updated data to Cloud,Test Procedure: 1. Set the Date of Birth through the Mobile App as not today,2. Set the Power Mode as Ignition On:Powermode state = 6,3. Cloud shall not send the Owner's birthday notification alert to TCU,Expected Output: I. Verify the Following Messages in CAN bus from TCU to IPC :OwnersBirthday = 0 . </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case: The user shall be able to create a Geofencing radius through the Connected Car app using the smartphone map triggered through the App.The App sends the Geo-Fence details to platform.,Signals Involved: No Signals,Signal Table: No signal Table,Test Conditions:User Creates a geofencing radius,Power mode=6(Ignition ON) [/INST] Test Description: 1) TCU is in the authorized state.,2) User shall be able to create a Geofencing radius through the Connected Car app,Pre-condition: 1. Set the Power Mode as IGN ON:Powermode state = 6,Test Procedure: 1. User to create a Geofencing radius ,Expected Output: I. Verify user shall be able to create Geofencing radius . </s>
<s>[INST] <<SYS>>You are test case writing person, your role is to write test cases based on the information provided, the test case should contain Test Description,Pre Condition,Test Procedure and Expected Output<</SYS>>Test Case: The Platform shall receive the Geo-fence data and store the same in data lake.The platform shall continuously monitor the geographical location of vehicle based on GPS location sent by TCU, In case the vehicle moves out of Geo-fence, the platform shall trigger a mobile App notification.The platform shall also trigger an SMS based notification sent to user’s registered mobile number,Signals Involved: No Signals,Signal Table: No signal Table,Test Conditions:User Creates a geofencing radius and move vehicle outside the radius,Power mode=6(Ignition ON) [/INST] Test Description: 1) TCU is in the authorized state.,2) User shall be able to create a Geofencing radius through the Connected Car app,Pre-condition: 1. Set the Power Mode as IGN ON:Powermode state = 6,Test Procedure: 1. User to create a Geofencing radius ,2.Move the vehicle out of the geofence area.,Expected Output: I. Verify user has received SMS based notification . </s>

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
6
Add dataset card