I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testing ? please give me a answer .....
7 14363In a listbox of cities, if I enter B, it should display all the cities starting with B, then if i type BA, then all cities starting with BA and so on. Pls anyone give me all the positive and negative test cases for this. It is urgent. Realtime questions pls.
5 12320Post New Zycus Infotech Manual Testing Interview Questions
What is the transfer function?
How to generate create procedure script on an existing stored procedure?
Which interface change sql requirements in the sap development system to those of the database?
Explain the role of dispatcherservlet and contextloaderlistener.
Explain what is activity journal?
Define is wpf and state its advantages?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Can we call stored procedure in trigger?
What is an objective description?
Do batch files work on windows 10?
What is api level, codename of android 2.3.3 – 2.3.7?
What do you understand by SQL*Net?
tell me what is the ? Is it necessary to use in html5
Why we use delegate in ios?
Write a program for reversing the Single Linked List?