what are the Common Problems in S/w development process
In my opinion there are a lot of factors which can cause the
development process.
1.Lack of experience
2.lack of resources
3.formality of the document
4.inability to understand the specification
5.Lack of skill
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, then how many you choose for automation. what is criteria of selecting?
3 Answers Aricent, Delhi University, TCS,
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 find RAM size by using QTP?
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
In qtp, explain what is qrs file?
What is data driver in qtp? Where we use it?
What are the technologies supported by qtp?
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
who is the best faculty in Hyderabad for QTP?
hello, i just started searching for a job on QA ,need QTP software full version.plz can any body help me...my email id is padma_ub@yahoo.com.thanks in advance.
what is advantage of descripting programming in QTP?