What type of document produce SRS. WHAT type of document produce FS(functional spec.) what type of document produce SDS(design spec.) Please give me a hierarchy of process of document, which the companies follow
3 13402Post New Microsoft Interview Questions
How do I use a temporary destination? : BEA Weblogic
How do I change a file to jpeg?
Explain how can spark be connected to apache mesos?
When should I use html5?
What is angular services?
What is difference between overall heat transfer coefficient & individual heat transfer coefficient?
What is the function of ms word?
how to calculate the size and weight of induced draft axial fan impeller
What is the 7 * 7 rule?
What is the basic difference between an alert box and a confirm box?
How does recursive cte works in sql server?
What is a step definition?
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
What is layout in mvc?
Define an extension table ? Describe the relationship between base table and extension table ?