The first woman President of Indian National Congress was: (a) Indira Gandhi (b) Sarojini Mahishi (c) Annie Besant (d) Vijayalakshmi Pandit
31 72819Write a C Program to create a structured data file named Student.dat to store the roll no, name and course. Provide following functions: 1. Accept the values from the user using structure variables. Store the contents in a file. 2. Display the file. 3. The user should be able to add new records to the existing file. And display the new file.
4 42763Post New Practical Viva Questions Interview Questions
I 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
How to update angular 6 to angular 7?
What are the factor to be consider for CT selection in 132kV substation?
What are the scripts you can create for security by using LSMW??
Can we use struts and spring together?
Define obj-open, obj-save?
What are operators available in sql?
How do you control image repetition using css?
What are the factors that affect currency conversion?
What is the use of servletconfig interface?
How do you remove an element from a set in c++?
Tell us how would you approach the “netflix prize” competition?
What is internal recruitmente?
Can we replace the struct function in tree syntax with a union?
What is the purpose of upsert command?