Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

ABC Test Cases Interview Questions
Questions Answers Views Company eMail

How do you differentiate the roles of Quality Assurance Manager and Project

3 9562

In general, how do you see automation fitting into the overall process of testing?

1 4854

Pls write down 3 positive test cases & 2 negative test cases for requirments at the "initiation" & "login" of an ATM machine (format:-Description,test data,methods,set up to test,actions & expected results,any proofs or attachments (optional))

1 10551

Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2252

How would you do " Keeping two folders in sync testing"

2042

test cases for restaurant billing system????????

1 14968

If there are two document files, from one doc. file we want some text copy & peste into next doc. file. So which are the negative test cases for such scinario.

1 4245

Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?

2 4787

How to write test cases on for Logging management?

4 8609

How to write a Scenario and test cases for escalator

7 31603

Post New ABC Test Cases Interview Questions


ABC Test Cases Interview Questions


Un-Answered Questions

What does wsn represent in the internet of things idea?

1


Where is the catting plane line located when a section view is in dicated?

1516


Which cryptographic mechanism provides non-repudiation?

1532


Which container method is used to cause a container to be laid out and redisplayed in java programming?

654


What is ienumerable <> in c#?

508






What is the common perception of visualization?

85


i am a prefinal year student of polymer engineering .could you please send the latest question papers regarding entrace exam.

1667


Are you willing to work overtime at Subway?

691


Can you explain struts validator framework?

599


This program is in verilog and need help to get it working correctly. This is the code i have so far. Please help. Simple testbench would be great. Thanks\ 'define vend_a_drink {D,dispense,collect} = {IDLE,2'b11}; module drink_machine(nickel_in, dime_in, quarter_in, collect, nickel_out, dime_out, dispense, reset, clk) ; parameter IDLE=0,FIVE=1,TEN=2,TWENTY_FIVE=3, FIFTEEN=4,THIRTY=5,TWENTY=6,OWE_DIME=7; input nickel_in, dime_in, quarter_in, reset, clk; output collect, nickel_out, dime_out, dispense; reg collect, nickel_out, dime_out, dispense; reg [2:0] D, Q; /* state */ // synopsys state_vector Q always @ ( nickel_in or dime_in or quarter_in or reset ) begin nickel_out = 0; dime_out = 0; dispense = 0; collect = 0; if ( reset ) D = IDLE; else begin D = Q; case ( Q ) IDLE: if (nickel_in) D = FIVE; else if (dime_in) D = TEN; else if (quarter_in) D = TWENTY_FIVE; FIVE: if(nickel_in) D = TEN; else if (dime_in) D = FIFTEEN; else if (quarter_in) D = THIRTY; TEN: if (nickel_in) D = FIFTEEN; else if (dime_in) D = TWENTY; else if (quarter_in) 'vend_a_drink; TWENTY_FIVE: if( nickel_in) D = THIRTY; else if (dime_in) 'vend_a_drink; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; dime_out = 1; end FIFTEEN: if (nickel_in) D = TWENTY; else if (dime_in) D = TWENTY_FIVE; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; end THIRTY: if (nickel_in) 'vend_a_drink; else if (dime_in) begin 'vend_a_drink; nickel_out = 1; end else if (quarter_in) begin 'vend_a_drink; dime_out = 1; D = OWE_DIME; end TWENTY: if (nickel_in) D = TWENTY_FIVE; else if (dime_in) D = THIRTY; else if (quarter_in) begin 'vend_a_drink; dime_out = 1; end OWE_DIME: begin dime_out = 1; D = IDLE; end endcase end end always @ (posedge clk ) begin Q = D; end endmodule

2925


How to encrypt Strored Procedure in SQL SERVER?

592


Explain mumps?

639


Tell us about your latest qualification?

693


how to replace not in with not exist?

3229


What is the difference between include directive and include action?

536