js-test-driver
Testing jquery thats depend on version with Js-test.driver
im new to js-test-driver and have some questions how can i test this jquery event? ex verify that the event runs Search() if letter > 9[详细]
2023-04-12 06:59 分类:问答"Label not found" error in code coverage with jstestdriver
I have some javascript开发者_运维百科 code with do while outer loop and switch inner loop, inner switch loop contains break outerloop. below is simplified version of code.[详细]
2023-04-01 14:58 分类:问答How to mock $xhr with Jack?
I have a function like: function Aoeu($xhr) { $xhr(\'GET\', \'/url\', function(code, response) {}); }; How do I crea开发者_开发技巧te with Jack a $xhr mock that\'s to be passed into Aoeu()?[详细]
2023-03-28 08:41 分类:问答Not getting a response from Mockjax with JsTestDriver
I\'m attempting to use mockjax to mock my jQuery Ajax calls; however, I am not able to find any good, working examples of how to effectively test the responses.[详细]
2023-03-18 16:25 分类:问答how to test focus within a focus event using jsTestDriver
Currently I am using jQuery 1.6.1 and jsTestDriver framework to test the following code snippet. The main purpose is test whether \"#area\" input element has got the focus after \"#switcher\" is trigg[详细]
2023-03-15 01:00 分类:问答Permission Denied When Trying to use --browser in JSTestDriver on OSX 10.6
I started playing around w开发者_JAVA百科ith JSTestDriver tonight and got it to work without too many issues.I attempt use the --browser switch to have it autocapture chrome or firefox on my local sys[详细]
2023-03-08 08:43 分类:问答Saving multiple files in Eclipse using Ctrl+s causes "The file cannot be edited"
I\'m regularly an IntelliJ IDEA user, but because jsTestDriver d开发者_StackOverflow中文版oesn\'t work with IDEA, I am forced to use eclipse. I am getting a very annoying error message every time I sa[详细]
2023-02-01 06:01 分类:问答Why would false not be defined in jasmine?
I\'m using jasmine in conjunctio开发者_JAVA百科n to Js-test-driver using an adapter to connect them both.[详细]
2023-01-31 23:42 分类:问答Considerations before doing test driven development
I\'m starting to use test driven development for JavaScript, but I would 开发者_开发百科like to start using it in my different projects.[详细]
2023-01-31 08:31 分类:问答"namespace is undefined" problem when using jsTestDriver, Idea 9 and testing 3 test cases. Sometimes it just outright hangs
I just started using jsTestDriver and I really like it, but all of a sudden, I just started getting a very weird error and I\'m not sure what the heck I did to create it. Actually, if I try and run a[详细]
2023-01-31 00:23 分类:问答