hello...any one tell me , where can i get company email
id.. actually i am searching on testing... in my CV i put
3+ exp.. but all companies are asked company email id..
please provide solution for that...
thanx in advance...
Answer Posted / kalyan
Ramana dont give stuppid answers in this portal. I think U
R Really a fake exp guy. Thats Y u know these things very
well. Here we are sharing our Interview exp with answers.
If u have doubts ask or if u have answers post it.
U R A FOOL.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Is qtp supports uni-code?
Can anybody post some real time scenario in qtp? please its very urgent.
What is test object model in quicktest professional?
How to find Operating system information using QTP script?
Generic function to search for the unique link in webtable and click on it
What are the properties you would use for identifying a browser and page when using descriptive programming?
What is the parameterization? Give one example?
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
How to remove associated function library?
How is UFT 11.5 version different from UFT 12.0?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
What is the use of sendkeys and what are send keys
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What are the check points can be inserted without recording?
How to recognise the webelement and verifying that webelement is enabled?