what is test scheduling?
Answer / kamesh n
Test Shedule is simply to say is to plan your Test
Execution eg
1.First we have to execute your login testcase
2.Then we have execute other module testcase
This is Test Shedule
| Is This Answer Correct ? | 0 Yes | 1 No |
How to Test Dynamic links ?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
wht is the difference between action and functio?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
How to return a value from a fn, if it has more than one value how to return
What are the steps involved in the recovery scenario wizard?
abt filter function if iam using below two statments its ok My = Array ("Apples","Oranges", "Apricots") MyResult = Filter(My, "Oran") if i use msgbox MyResult it shows type mismatch plz help me
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Can I compare two DataBases using QTP ?
How do you return a value from a function
What are the properties you would use for identifying a browser and page when using descriptive programming?
Pls let me know how to find out creation time and index for the web application in descriptive programming?