run dll file created for qlikview app for testing with selenium
Hi all,
Can anyone suggest the steps to follow for automating qliview application.
I have used selenium for testing of qv app and created dll file out of it. so, I need to understand, to integrate that file with IIS server what steps I need to follow so that, whenever IIS server runs QV app that time firstly it will run all the test cases from that dll file for qv app then open qv app.so, where to put dll file on IIS server folder structure and after that what do I do.