we have 10 automation scripts. how to call them from one
main script.
Answers were Sorted based on User's Feedback
Answer / raju
1st of all that 10 automation scripts saved into the
different different actions after that that actions make as
a re-usable actions. next call the call existing actions.
i think according to my knowledge this is working properly.
if u have any quarry please call me i will explain breafly.
raju
9823257761
| Is This Answer Correct ? | 2 Yes | 1 No |
How to create scenario selector
Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha
What Folder Structure following in Keyword Driven Frame work?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
How can we record an edit box in the Web application ?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
How do you return a value for an array.
What are accessibility check point and xml check point?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
is it possible to check the text displayed in the tool tip using QTP? if so, how?