explian qtp frame work and what is the use of it? what is
the neceecity of this? explian detail?
Answers were Sorted based on User's Feedback
Answer / abcd
Key worddriven frame work.
in key w f, we can store all the functions, rep, rec
sce,env files,log,testdata,test in different folders. so
that we can easily do the work.
| Is This Answer Correct ? | 1 Yes | 0 No |
qtp frame work is nothing but a reposity means if you want
to maintain any project related data
Use: qtp mainly depend on that object so each oject has
different name for identification purpose
In Framework you should maintain some flate files in that
flate files we should maintain some data related to object
name and what is the method of that oject like that
Necessity:
saving of time and any newly joined person also easily
identify what is the things are going on......
while running the script also it is more use ful
easily we can call functions
| Is This Answer Correct ? | 1 Yes | 0 No |
how to test one edit box using dotnet addin for Web Applications? write script?
what is test scheduling?
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
can i able to connect any version of qtp to any version qc
In QTP I have a parameter in a datatable that is a sentence. I need to take the last word from the sentence and enter it into a field in a web application. How can I setup a parameter to enter in just a portion of the parameter (last word of the sentence) instead of the entire paramater (whole sentence).
What is SQL injection?
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
What is Expert view?
DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
What is the concept of firewalls?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
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