Is it possible to convert QTP scripts to Silk scripts?
Answers were Sorted based on User's Feedback
Answer / naren
Hi Guest,
As a professional we should not give silly answer. The
answer is simple.
We cannot convert since QTP uses VB script whereas Silktest
uses Object Oriented type language. Then where is the
compatibility among these tools.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / guest
ya we can we can do everything with positive minded so keep
trying.............
| Is This Answer Correct ? | 0 Yes | 7 No |
Explain process of smart Identification in QTP?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
Explain in brief about the QTP Automation Object Model.
What is the syntax to call one script from another?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya
What are the advantages of parameterization ?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
what is retesting?
What is Parameterizing Tests?
I have two actions in my QTP test and two iterations in my DataSheet. I want to execute the Action 1 for the two iterations only after which i want to exceute the next Action2. How is this possible?
Expalin Text/Text Area Checkpoint