what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
6 29603If 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 21119What 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 10576Post New CTS Interview Questions
Why is sorting necessary?
How to get and log an error in angular 4?
what are the difference between AC lamp and DC lamp
How is table type constraint applied to a table?
How do I access shell environment variables?
What is the function of the dd avgrec keyword in sms datasets?
Hi my dears I have 2 questions. 1- how many types of test are there at all? 2- how can I define test characteristics (such as test duration and parameter severity)in developing a modern technological equipment? I tanks you for introducing or sending a text handbook or guidebook file for me. thanks for your coming answers. yours sincerely
What are types of joins?
list potential risks that you have identified so far in Banking domain
Can you please explain the concept of control tables. List some of the key control tables?
How can threads be created in a solaris environment? Write an example
A Lorry driver damaged shed shutter and we deduct 2000/- from his freight amount now what is the head for the Deducted amount?
What is tableau show me?
Is @override necessary?
What is api laravel?