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


Please Help Members By Posting Answers For Below Questions

What is throw object?

1829


Tell some commonly used Excel VBA functions?

705


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

1497


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

3373


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

1558






what is error and fault in terms of software quality?

1536


Explain the use of action split in qtp?

653


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

2517


How to find operating system information using the qtp script?

685


What are the types of object repositories? Which one is you are using?

722


What are the check points can be inserted without recording?

693


What are metrics and matrix?

1451


Do you know how to connect database? Can you tell me the procedures?

621


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.

1622


explain how to write vb script in qtp?when will you write own script?

1953