Hi,
I would like to figure out what type of testing I am doing for the below example:
The scenario is to test a Haskell script(based on some input parameters) to retrive the data from the database.
Imagine the below scenario [I can’t give you the real example because is forbidden by company :)]:
-The application is runing in a web browser. Browser has 2 frames: Input and Output
-I have a haskell script(or ca be any script to be more generally).
-I add this script in one frame(input winow) and after that I press on an button named:“Excute Script” and the results(Expected Results) are returned in another frame called “Output window”
So what type of testing I am doing here based on ISTQB topics?
I am supposing that I am applying some types from Specification-Based Testing(this contain 7 seven type) but I think only 2 types is suitable here: EQP and BVA
-Validation Testing->to demonstrate that the script fulfills its intended use when placed in its intended environment
-Verification Testing->to ensure that what I am testing is according with specified requirements
-Requirements Based Tesing->here only functional tests, of course after Test Design(TC’s) was completed
What do you think, according with ISTQB, I am thinking in the right way what I included for mentioned scenario?
If there are any testing which is best suitable for it, please leave a comment
Thank you,
Claudiu