Thursday, May 12, 2011

BPT testing process on SAP ECC application

Automation of a SAP ECC application is quite easy then any other application if you have the correct add-in installed in your machine and server. Because here we could create a BPT component for each T-code and the make a test scenario to add different component in our test case.



Below is some screen shot for the process through QC:




Below is the screen for how to create test scenario with Business Components:




Below is screen how to run the test scenario from test lab:


Adding new Parameter in existing component for BPT process

In BPT process, never ever add any parameter with default data for any existing components. Because this might cause very bad effect on your other scenario what you are using presently. If you really want to add some parameter in your existing component then after adding the parameter delete the parameter value and save the component (i.e. save the component with new parameter with blank value). Always verify this should not cause any problem to the other scenario of your other test suite.

By mistake if you add the parameter with default value and save then delete the parameter field from your component and save. And again add the parameter with blank value and save.