Search found 40 matches

Another question , can we also validate data from mysql in siesta framework and include that in our unit test cases? Is it possible to run the unit test cases without using web server?

Thanks,
Akansha
Hi ,

I was wondering if only one license for jenkins integration with Siesta standard ,or how does that work ?


Thanks,
Akansha.
Hi Mats, CodeCoverage.html looks like this : <!DOCTYPE html> <html> <head> <!-- Ext JS library CSS, this is merely for the Siesta UI and is not used by your tests. Your tests use the ExtJS library, specified in the "preload" config of harness. DO NOT CHANGE THIS LINE, instead modify the &q...
Hi Mats, I am trying to run the following command to generate a code coverage report : Siesta\bin>phantomjs https://localhost:8080/dashboard/app/code-coverage.html --covera gee-report-format=html --coverage-report-dir = "../coverage" Launching PhantomJS 1.6.0 at https://localhost:8080/dash...
I was trying to generate a code coverage report , but didnt get any proper output file for the same. and I am using siesta trial version. Here is how my code_coverage.js looks like : var Harness = Siesta.Harness.Browser.ExtJS; Harness.configure({ title : 'Awesome Test Suite', title : 'MVC Test Suite...
Ok sure.

Here is one scenario as per steps mentioned below:

1.create a region in my extjs4 application.
2.right click on the region , menu appears on this region.
3.Select on one of the items in the menu, and populate the grid into the region.

Problem appaers on step 2.
I having trouble with right click events while recording mouse events on my extjs4 application.Can you please suggest some solution for the same ?
Hmm I see that we can put the test cases is any folder , but when I was doing a sanity test if appropriate classes for model were getting loaded , it threw an exception saying class not found.
Hi

For testing individual models and views of my extjs4 application , is it necessary to have test cases is the same folder as the model and view ? Or all the test suites can exist in a different folder?


Thanks,
Akansha.
I have recently started building test suites for my extjs application, was curious to know if these test suites can also be triggered through maven/jenkins build?

Can you please suggest the best way to trigger the test suite from Jenkins?