Posts

Showing posts from January, 2017

Interactive Analysis Security Testing

Image
Good Article to explain IAST https://www.veracode.com/security/interactive-application-security-testing-iast Static and Dynamic Scanner to detect, in development Use tools to attack in operations. 

How to use Selenium(Question)

to use selenium better, the test has to understand how oop work, and use oop in the test design. and how to execute and report, the selenium test. Because the framework you can do everything.  What comes for free ?  What come with free. What does not come for free. with Selenium??

ATDD / BDD

TDD: ATDD BDD : is an approach to build software.   Talk first,, Act later.. A common problem with poor unit tests is they rely too much on how the tested function is implemented. This means if you update the function, even without changing the inputs and outputs, you must also update the test. This is a problem because it makes doing changes tedious. so instead of thinking of how the code is implemented, we spend a moment thinking of what the scenario is. Typically you phrase BDD tests in the form of “it should do something”. So when ticking a counter, it should increment count by one. Unit Testing gives you the what. Test-Driven Development gives you the when. Behavior Driven-Development gives you the how. Although you can use each individually,  SBE Cucumber vs Specflow

Take away of How Google Testing (May will never finish this post)

how to improve the testability in the development of a product. What are the important part to create testability?  Always start with WHY,  Why we build this product, why we create the change request, this change request solve what kind of problem, is it right method and have the correct expectation? question everything and still solve the problem.  (not only for test, also for others) capabilities oriented test  (ACC Test) List the capabilities, and map those to different components/products/Products to give better coverage and help for exploratory test.  Only set priority to each testcase, and filter the low priority in regression test.  signal can be retrieve from noise.. BITE :Integrate the test in one system (browser, cloud), to reduce the distraction of tester.  How to give less administrative to tester, and ask them to focus on the 

My Unsolve Questions

How to reduce the admin work for tester? test Measurement, Management, Communication, Automation.  Agile: Test Might take longer time than development.  How to solve that in Agile? how to make exp test efficient in scurm. does tester be scurm master better sit with developer or tester in scrum should we can Quality advisor Automation test negitive test?

My interview questions to a company using SAFe.

What is the setup of your QA team?  What is the ratio of Test vs Developer Do you have the system layer test?  Do you have the non function test layer?  How do you divide the train, do you have plat form team, and do they have their own train? Any support work in the team` What is the good part, and what is the bad part How long does the team learn how to do PI planning.  What is the biggest challenge you meet,  Did you have any challenge when you split up the team?  Any suggestion on how to devide the team, and what is the practise in lego.  In the new setup, is it possible different team work on a same product of same feature?  BDD:  In which level do you apply the BDD, how do you use it in integration level? who responsible for design and implemented BDD? Agile: What is your product, do you have technical(platform) team, how do you make them work in the agile framework.  Special list can swap among the teams in PI planning meeting.  My consider t