If aclient comes to tester ask to bye a tool
Keep aside about the cost,In what way we can choose the
tool.
Answer Posted / kkk
Actually please Correct your question first.
if any client comes to us and ask about to buy a tool. it
is depends on the client requirements and cost
estimation.if client wants any tool with free of cost just
refer silk testing etc., or else refer QTP, QTP is a
compatability and friendly user.but it is not a free of cost
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
Have you used xml check point in your project? How?
What is quicktest professional (qtp)?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
what is the diffrence bw qtp architectute and qtp framework?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
How many types of actions are there in quicktest professional (qtp)?
what is clean sweep?
Explain in brief about the quicktest professional automation object model?
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
Can we use index on view?
Explain quicktest professional (qtp) testing process?
What is system testing and what are the different types of tests you perform in system testing?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What is the use of ordinal identifier in qtp?