Hi, actually I completed Btech(CS). But i Will go to admin
(Facility) interview. So, If Interviewer asking like " Why
You choose this field". What we say? pLZ PLZ PLZ PLZ
>............................................Send me.....
Answers were Sorted based on User's Feedback
Answer / vijay
i have good knowledge in computer networks.. thats why i am
choosing this field... you told like this...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohammad
i want to b e consistent throghout my carrer no need to
depend upon ay technology
| Is This Answer Correct ? | 0 Yes | 0 No |
can u explain about QTP Frameworks? what are the framework types are available? and How to set or create frame work for a application? Explain briefly?(Also give me one example)
what is the frame work your using in automation testing
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
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 does it mean when a check point is in red color? What do you do?
Can we use index on view?
How can we test existence of a particular word in scentence using QTP tool. Thanks in Advance!!!!!
what is the difference between IE & Netscape in web testing on a log in page
What is clean sweep?
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.
How do know the number of browsers opened?