functional-testing
Why is my functional test getting the meta tag http-equiv='refresh' and then quitting?
When I run a simple functional test to get (for example) the users/signIn page, I\'m getting this: <html><head><meta http-equiv=\"refresh\" content=\"0;url=https://localhost/index.php/[详细]
2023-03-05 00:30 分类:问答What is the best tool for functional testing of a complex web application [closed]
Closed. Th开发者_C百科is question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-04 00:13 分类:问答What is the best way to do automated UI testing on the iPhone? [closed]
开发者_高级运维 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-03-03 18:17 分类:问答grails -functional tests won't run, even from within Intelli-J?
I have a tests in /test/functional that extends GrailsUnitTestCase. When I run grails test开发者_如何学Go-app they don\'t run, and when I try to run them from within Intelli-J, I get no tests found.[详细]
2023-03-03 17:04 分类:问答How to post JSON data in rails 3 functional test
I plan to use JSON data in both request and response in my project and having some problems in testing.[详细]
2023-03-02 09:47 分类:问答How to map the CURL command to Unit testing in Rails
开发者_C百科I ran the below curl command in terminal curl -d \"message\" http://localhost:8080/api/validate -u username:password[详细]
2023-02-28 19:25 分类:问答Functional test: how to set JSON data in a POST method?
I want to create a functional test for an action th开发者_StackOverflowat receives a POST method with data in JSON format.[详细]
2023-02-28 11:33 分类:问答Simulate HTTP requests from different location - ASP.Net
I\'ve an asp.net application which shows some information to the users relevant to the country they are from. So I want to do functional testing on my application. How I can simulate HTTP requests to[详细]
2023-02-28 06:20 分类:问答How do I send a request body with a post in my symfony functional test?
How do you send a request body with a post? I need to post a json document in my functional开发者_JAVA百科 test.. symfony 1.4This is what I used recently, I found it on a blog post, which I don\'t rec[详细]
2023-02-28 04:32 分类:问答How to record Script and keywordTest in Testcomplete together?
My question is,开发者_如何学JAVA Can TestComplete record script and keywordTest together? Because when I test my application, it either record script or keywordTest but not both in parallel. How Can I[详细]
2023-02-27 11:10 分类:问答