Hai Guys,
can anybody show me how to write automaed test cases using
VB scprit(examples)...i had an interviw soon...please guyz
send as quickly as possible
Answers were Sorted based on User's Feedback
Answer / jsvidya
what Mr.patil..
if u know the ans & u want to share just post the
answer.this site is meant for people who r seriously
preparing for interviews.....not for playing games.if u r
feeling as a master in QTP SHOW ur knowledge in answering
not in posing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / patil
If you tell me to which company interview you are going to
attend, then I will tell all those complex things in a very
easy manner.
Test cases should be written based on the
AutomateTestPlan.Doc.
If it is Keyword driven, people built an .xls file.
Put Case to run reusable actions.
Based on the Case, some Action will be called.
They should use Parameters to send information from one
Action to another.
They use, Envi.Vari to store things like URL etc.
There shoudl a Master Test case, from where the peopel call
all other Reus.Actions.
If you give the details of org., will write more about
these complex things.
Babu Rao Patil.
Jai Ganesh Maharaj Ki...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sowji
Hai ,
Thank you your Ans
The company is sahbre holdings(USA),so please genereally
how the process is start...one example of test case using
vbscript....
That would great help to me
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sfs
First one must decide which part should be automated.
Majority tell that no applic can be automated 100%.
Auto test plan should created.
Test cases should write.
First,should perform Manual testing. Based on manual
testing process, write vb auto scripts.
1.Record
2.Enhance script: write functions, divide actions into
reusable actions.
3.Run scripts
| Is This Answer Correct ? | 0 Yes | 0 No |
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
when we apply the daily build each and every day,the property may change in the application.so that the created script is not reusable in winrunner and qtp.for ex for date field it is taken dtpicker.at another time it is taken some other name.how can i solve it.
what is the difference btn risks & Therads in the Test plan documentation?
Hi friends, I have heard that it is required to have an application hosted in the same machine where we use QTP. Otherwise QTP may identify the objects incorrectly. Please clear me is it true.
Write VB script to test given number is Prime Number
how to invoke the web application through script in qtp
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
Hi let me ask one questin 1.How to use outputof the one function input to the another function pls give the script for above 2.what is the purpose of action parameter , how to create it