Are You using any frame work? What is that? Explain about that.
Answer Posted / chitti
yes we are using Depends upon the project wee will use
1)linear 2) Dtadriven 3)Keyword 4) Functiona/Modula 5)
Hybrid Frame wrk
1) linear:- is nothing but record and play back
2)Datadriven:-Parameterising the data for differnt input
and getting different outputs
3)keyword:-is nothing but creating s/w structure like
scripts, OR, testdata, Recovery scenerios, logfiles,
Library files ets
4)Functiona/Modular:-Each and Individual Functions can be
scripted mostly used for BPT scripts
5)Hybrid:-Combination of the above any two Frame works
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How do you check ticket cost and ticket number in flight application?
Explain different checkpoints in qtp.
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
please post the interview questions for QA position in FACTSET
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?
What is keyword view?
What are the different kinds of test steps?
How to find the path of folder in which the test is saved in qtp?
who QTP recognizes the object stored in object repository?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What is reusable action?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
How you can write contexts to text file in qtp?
Difference between action & Reusable action?