Hi guys,
Please suggest some thing these points are correct???, Is UFT 12 and QTP outdated ???
and also VBscript is also deleted/Removed from QTP ????
Javascript is added latest and tool name is called JFT ???
From this year ??
Answers were Sorted based on User's Feedback
Answer / yogi
its all romours..
uft is there with version 12.51
it supports only vbscript
not javascript
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ultimate test
This is really not a possible questions.the person whoever has asked this question may not be knowing what automation testing is about ☺
| Is This Answer Correct ? | 1 Yes | 0 No |
how many wayes we do the parameterization?
What is smart identification?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
give me an example where u used good judgement and logic in solving a problem
Where we use data driver in qtp?
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
Hoe to generate all numbers in between to numbers suppose all numbers in between 1 to 100 using vbscript give me code
what type of frame work used in your company?
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
what is the Exact Meaning of Environment Variables?
Given a string variable contain a full name (last name, first name), using vbscripting, how can you extract first and last name and save them into two different variables.