In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
2 5475The degree to which the software LOC of a program has been tested is called A.Data flow testing B.Code coverage C.Code walk through D.Statement coverage
1 4953which of the following is NOT a characteristic of User Acceptance Testing?? A.Use of automated test execution tools B.Testing performed by user C.testing against acceptance test criteria D.integration of system with user documentation.
2 8016I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
2933Post New ADITI Interview Questions
Where to do genomic base composition analysis?
Why do elephants flap their ears so much?
Propeller shaft is used for the purpose of a) Transmitting the drive from the transmission to the bevel pinion of the final drive b) Transmitting the drive from the crankshaft to the road wheels c) Transmitting the drive from the transmission to the road wheels d) Transmitting the drive from the crankshaft to the bevel pinion of the final drive
How many dba can you have?
Explain trigger classes i.e. Instead of and after trigger?
Is it true online ups having bypass mode if it is true then why we called ups because it is interrupting power when goes in bypass mode
Q1 Design a webpage for a hotel which displays all the information of the hotel such as rooms available, facilities, and packages along with rate list. Apply the different tags available to give it a good style.
How to Calibrate Flammable gas detector in field
Do you know would I use print "$a dollars” or "{$a} dollars” to print out the amount of dollars in this example?
Why should you adopt R programming language?
How do I retrieve my contacts from windows live mail?
i am a mechanical engg.8th sem student.i want to know the syllabus and criteria,previous question paper set of section engg(RLY).please send it to my email id.pleaseeeeeeeeeeeeeeeeeeeeeee
Can any one tell me that which brand hplc column is used for levetiracetam imp- b test.
What is the root directory linux?
What is constant keyword in C++? Illustrate its various uses.