subject

Brian is testing a banking application. He enters an input and expects a certain output. What is the actual output of the application? C.
output from executing the software

What testing approach does a development team use when testing the developed code rather than just the functionality of the code?
A.
white box testing

Which testing is an example of non-functional testing?
testing the response time of a large file upload

Usability
testing evaluates the end user’s ability to navigate through the new application.

The
v-model
model of software development is an example of verification and validation.

What is the main benefit of automated testing?
A.
It is useful for performing the same test repeatedly.

Which type of testing includes beta testing?
D.
acceptance

Spike testing- tests system performance by increasing;; Stress testing- tests sytem behavior capacity;; Load testing- tests performance of database

Jane is debugging a code consisting of 25 lines. The code starts executing at line 11. At line 13, the code calls another method. Jane finds no errors until line 16. At line 18, the code stops execution. What is the breakpoint in this code?
C.
18

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
Awide variety of “ apps “ are available to customize devices. which category of app does the word processing software fall into?
Answers: 2
question
Computers and Technology, 23.06.2019 00:00
Suppose you have 9 coins and one of them is heavier than others. other 8 coins weight equally. you are also given a balance. develop and algorithm to determine the heavy coin using only two measurements with the of the balance. clearly write your algorithm in the form of a pseudocode using the similar notation that we have used in the class to represent sorting algorithms
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
Experimental data that is expressed using numbers is said to be
Answers: 1
question
Computers and Technology, 23.06.2019 02:50
Define a class named movie. include private fields for the title,year, and name of the director. include three public functions withprototypes void movie: : settitle(cstring); , voidmovie: : setyear(int); , void movie: : setdirector(string); . includeanother function that displays all the information about a movie.write a main() function that declares a movie object namedmyfavoritemovie. set and display the object's fields.this is what i have but know its wrong since it will notcompile: #include#includeusing namespace std; //class declarationclass movie{private: string movietitle ; string movieyear; string directorname; public: void settitle(string title); void setyear(string year); void setdirector(string director); void displayinfo(); }; //class implementationvoid movie: : settitle(string title){ movietitle = title; cout< < "what is the title of themovie? "< > temp; myfavoritemovie.settitle(temp); cout< < "enter movie year"< > temp; myfavoritemovie.setyear(temp); cout< < "enter director'sname"< > temp; myfavoritemovie.setdirector(temp); //display all the data myfavoritemovie.displayinfo(); system("pause"); return 0; this code is not entirely mine someone on cramster edited my firstcode but then i try manipulating the new code and i still get acompile error message : \documents\visual studio 2008\projects\movie\movie\movie.cpp(46) : error c2679: binary '< < ' : no operator found which takes aright-hand operand of type 'std: : string' (or there is no acceptableconversion)c: \program files (x86)\microsoft visual studio9.0\vc\include\ostream(653): could be'std: : basic_ostream< _elem,_traits> & std: : operator< < > (std: : basic_ostream< _elem,_traits> & ,const char *)w
Answers: 1
You know the right answer?
Brian is testing a banking application. He enters an input and expects a certain output. What is the...
Questions
question
History, 05.05.2021 17:00
question
Mathematics, 05.05.2021 17:00
question
Mathematics, 05.05.2021 17:00
Questions on the website: 13722367