Posted by shwetaneelsharma on March 20, 2015 at 5:40am
Guys, I am testing a drupal based project which will also involve quitesome migration activity in it. There will be taxonomies, nodes migrated from the existing site to the newly built drupal.
Can you please guide on how do I approach migration testing for taxonomies, customer records and nodes.
Comments
Use jdbc processor in jmeter
if you have access to the source and migrated databases; then you can create a jmeter script using the jdbc processor to create queries on source and migrated databases and then write down some custom benashell to compare the query outputs.