How to face prjoect manager round what type of questions
they will Ask ? (Chandana)
Answer Posted / nani
Hi,
in the project manager round,
they can ask only about ur projects and the process.
so u can prepare well abt ur projects.
and prepare well about sdlc and stlc.
Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is throw object?
Tell some commonly used Excel VBA functions?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
what is error and fault in terms of software quality?
Explain the use of action split in qtp?
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 find operating system information using the qtp script?
What are the types of object repositories? Which one is you are using?
What are the check points can be inserted without recording?
What are metrics and matrix?
Do you know how to connect database? Can you tell me the procedures?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
explain how to write vb script in qtp?when will you write own script?