what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
6 29625If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
6 21130What is the time complexity T(n) of the following program? a) int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; b) void main() { int n, s, t; cin >> n; for (s = 1; s <= n/4; s++) {t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } c) void main() { int n, r, s, t; cin >> n; for (r = 2; r <= n; r = r * 2) for (s = 1; s <= n/4; s++) { t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } }
3 10583Post New CTS Interview Questions
What is a category page?
Which class is used for pagination in bootstrap?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
What would you do for us? What could you do that someone else can’t
How to export the tests from selenium ide to selenium rc in different languages?
Is pluto really a planet?
How to setup the performance base payment process?
name three distinct characteristics of fi-gl? : fi- general ledger
What is the usage of comp fields in cobol?
How saas can be helpful to sales force?
Explain control data for scheduling agreements.
How can I make the screen stop flashing during macro execution?
Why div tag is used in html?
responsibilities of HR
Is it possible in Blockchain to remove one or more block from the networks?