I have 5 no.of Action in my Test.
Out off which i should make 3rd action as my start-up
action.
How should i make it?
Answer Posted / sateesh_t7101@yahoo.co.in
devide those actions as separate actions
and call each action seperately
nd execute them as batch
if u want u r third action as start-up
then go for settings-.generaloptios-environmenttab-.start-up
script(put u r third action in startup)
restart u r wr
if wrong plz....
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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 do you send email with attachment from outlook using qtp ?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What is quicktest professional window?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
What is regular expression?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
regular expression in qtp standar check point for months from accepting months from january to december only
What is the extension of qtp local repository?
Can you brief the hurdles you faced during Automation testing?
What are the differences between quicktest professional (qtp) and winrunner?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel