Questions tagged [testing-strategies]
44 questions
1
vote
1 answer
Using Capistrano to deploy rails app in remote DreamHost testing/sandbox server
Currently I use capistrano to deploy my app to a remote production server in Dreamhost (see this guide).
I would like to setup an alternate sub-domain (testing.example.com) in my DH setup as a sandbox enviroment for beta testing. I'm currently…

Ben Orozco
- 4,361
- 4
- 33
- 49
1
vote
3 answers
How will you categorise the various software testing methods?
Would this be right??
Black Box
1.1 Functional
1.1.1 Equivalence
1.1.2 BVA
1.1.3 Use case
1.1.4 Regression
1.1.5 UAT
1.2 Non Functional
1.2.1 Testing the System Design
White box
2.1. Functional
2.1.1 Unit
…
Aman Dayal
1
vote
2 answers
How to test something rendered correctly?
How does one test if an application rendered something correctly?
For example (2D example):
Microsoft Word 2007 http://img32.imageshack.us/img32/6197/37841144.png
How does one know that the shadow is placed correctly or the correct color / outline…

worbel
- 6,509
- 13
- 53
- 63
0
votes
1 answer
What is best testing strategy and tool for a GWT project
I am developing with GWT since a few months. I have difficulties with testing. I am using MVP pattern and activities and places. I test the classes without any GWT specific code with Junit. But the client classes with lots of GWT dependencies are…

Kayser
- 6,544
- 19
- 53
- 86
0
votes
1 answer
Pine script runs long strategy but not the corresponding short strategy on tester
I am trying to run a strategy for short positions. I have the corresponding strategy running perfectly for the long positions, but for some reason I am blind to i do not see why it doesnt work.
I have made sure the tp/sl make sense but cannot figure…

Cero Melkonyan
- 1
- 1
0
votes
1 answer
strategy.close_all stop loss calculation
I'm working on a strategy which buys a set amount of contracts when a condition is met, then buys more when the price increases by a set amount, then buys more when it increases again and so on for 5 times. Then when the price decreases by a set…

Dovydas
- 3
- 1
0
votes
1 answer
Pine Script Strategies - Looking Forward - Using as a Screener
I've written a couple of strategies that are profitable, but I was wondering if anyone has found a way to use that logic as a screener? That is, regardless of symbol/ticker, just have it search either ALL symbols or a watchlist of symbols to seek…

TheHellYouSay
- 1
- 1
0
votes
1 answer
Why does my (long only) strategy also opens short trades?
I'm trying to create a quite simple MA-crossover strategy (long only) where I want to exit the trade either on a fixed stoploss level, or when my exitcondition is met. For this reason I'm using the strategy.order function to exit my trades. However,…

W_VDun
- 1
0
votes
1 answer
Testing of spring batch job causes unexpected results
I'm trying to create a simple backup job processing, to verify that my goals are correct.
I'm trying to use spring batch testing, for results verification.
PS My batch processing uses non default configuration provided by framework, because our job…

wtsiamruk
- 339
- 3
- 16
0
votes
1 answer
What should I specifically test at cloud storage based mobile applications?
I am developing a sensor based mobile application for iOS and Android. The data produced by smart phone sensors will be stored in the cloud. At this point, I am wondering that what I should test about the data transfer and storing. I mean that for…

thisisfatih
- 13
- 7
0
votes
3 answers
How to check whole website for certain conditions in rendered source of every page , automatically?
Like I want to check
on Every page tag must come after
tag must come after otherwise page should be marked.
like if any page has PDF then Some particular text
Download Adobe reader from here
should be at bottom of every page is this condition is not…
Jitendra Vyas
- 148,487
- 229
- 573
- 852
0
votes
1 answer
Best practive for finding unit-tests? (if not developing test-first)
At some point you have to decide which parts of your programm you want to cover with unit-tests.
If you're developing test-first then you're off the hook as you already have your test cases. Congratulations. If you're not so lucky (that's the case…

Kaadzia
- 1,393
- 1
- 14
- 34
0
votes
4 answers
testing strategies: generating a XML file
I'm writing a couple of classes that generate xml file. (Details probably not important at the moment).
I wondering the best testing strategy is.
I don't want to re-write the xml generation code just to compare the output, when I could write the…

cbrulak
- 15,436
- 20
- 61
- 101
-1
votes
2 answers
automated system testing approaches for combination of PC + embedded SW
The system consists of a hardware device and a PC. The PC runs a GUI that controls the hardware device. To test the device various test hardware is used that can be controlled by RS232 or GPIB. To automate this testing the test software would have…

kchad
- 279
- 1
- 3
- 7