Forum Discussion
YMinaev
Staff
14 years agoHi,
Actually, when you have additional questions not related to the thread's original topic, it is better to create new threads instead of posting them all in the same one. This allows tracking them all more efficiently.
Anyway:
1. Scripts and KD tests are just defferent ways to represent actions. Changing a script affects your test flow in the way you script it. It doesn't do anything 'by itself' - whatever you write in your script will be executed if you call it. See the Different Ways of Testing help topic.
2. You need to wait for your new window to appear.
3. See the Handling Unexpected Windows help topic for information on what this means and on how to deal with it.
4. Extended Find is explained in the Using Extended Search Criteria for Mapped Object Identification help topic.
5. You need to share your KD test among projects where you want it used.
Actually, when you have additional questions not related to the thread's original topic, it is better to create new threads instead of posting them all in the same one. This allows tracking them all more efficiently.
Anyway:
1. Scripts and KD tests are just defferent ways to represent actions. Changing a script affects your test flow in the way you script it. It doesn't do anything 'by itself' - whatever you write in your script will be executed if you call it. See the Different Ways of Testing help topic.
2. You need to wait for your new window to appear.
3. See the Handling Unexpected Windows help topic for information on what this means and on how to deal with it.
4. Extended Find is explained in the Using Extended Search Criteria for Mapped Object Identification help topic.
5. You need to share your KD test among projects where you want it used.