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
Answer Posted / 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 |
Post New Answer View All Answers
How u will do versioning in QTP?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What the differences are and best practical application of Object Repository?
What are the challenges you faced during you entire life automation ?
images are dynamically changes how to compare two images with out using the bitmap
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
What is the use of running the scripts in Hidden-mode in UFT?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How many scripts did you have?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
How to define array in qtp?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain